Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move user activation to obtain permission #449

Merged
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