From 3632fa31b963459e37582751ba84a7018c0443f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Beaufort?= Date: Tue, 26 Nov 2019 13:38:26 +0100 Subject: [PATCH] Move user activation to obtain permission --- index.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/index.html b/index.html index ae72aae..8cc16fd 100644 --- a/index.html +++ b/index.html @@ -2440,11 +2440,6 @@

Writing or pushing content

NFC Adapter, then reject |p| with a {{"NotSupportedError"}} {{DOMException}} and return |p|. -
  • - If the algorithm is not triggered by user activation, then - reject |p| with a {{"NotAllowedError"}} {{DOMException}} and - return |p|. -
  • Let |signal:AbortSignal| be the |options|’ dictionary member of the same name if present, or `null` otherwise. @@ -3298,11 +3293,6 @@

    Writing or pushing content

    {{"NotReadableError"}} {{DOMException}} and return |p|.
  • -
  • - If the algorithm is not triggered by user activation, then - reject |p| with a {{"NotAllowedError"}} {{DOMException}} and - return |p|. -
  • If |reader|.[[\Signal]]'s [= AbortSignal/aborted flag =] is set, then reject |p| with a {{"AbortError"}} {{DOMException}}