Skip to content

Commit

Permalink
Move user activation to obtain permission (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois authored Dec 12, 2019
1 parent fb724a5 commit 6fe7312
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2469,11 +2469,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 @@ -3405,11 +3400,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

0 comments on commit 6fe7312

Please sign in to comment.