Skip to content

Commit

Permalink
A OWL
Browse files Browse the repository at this point in the history
  • Loading branch information
jakearchibald authored and annevk committed May 15, 2017
1 parent 9eab225 commit b1c145c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,7 @@ interface AbortController {
</dl>

The <dfn attribute for=AbortController><code>signal</code></dfn> attribute must return the value to
which it was initialized. When a {{AbortController}} is created, the attribute must be initialized
which it was initialized. When an {{AbortController}} is created, the attribute must be initialized
to a newly created {{AbortSignal}} object.

The <dfn method for=AbortController><code>abort()</code></dfn> method, when invoked, must <a
Expand Down

0 comments on commit b1c145c

Please sign in to comment.