Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2440,11 +2440,6 @@ <h3><dfn>Writing or pushing content</dfn></h3>
<a>NFC Adapter</a>, then reject |p| with a {{"NotSupportedError"}}
{{DOMException}} and return |p|.
</li>
<li>
If the algorithm is not <a>triggered by user activation</a>, then
reject |p| with a {{"NotAllowedError"}} {{DOMException}} and
return |p|.
</li>
<li>
Let |signal:AbortSignal| be the |options|’ dictionary member
of the same name if present, or `null` otherwise.
Expand Down Expand Up @@ -3298,11 +3293,6 @@ <h3><dfn>Writing or pushing content</dfn></h3>
{{"NotReadableError"}} {{DOMException}}
and return |p|.
</li>
<li>
If the algorithm is not <a>triggered by user activation</a>, then
reject |p| with a {{"NotAllowedError"}} {{DOMException}} and
return |p|.
</li>
<li>
If |reader|.<a>[[\Signal]]</a>'s [= AbortSignal/aborted flag =] is
set, then reject |p| with a {{"AbortError"}} {{DOMException}}
Expand Down