Re: [w3c/manifest] WIP: beforeinstallprompt (#506)

kenchris commented on this pull request.



>      });
     internalSlots.set(this, internal);
   }
   prompt() {
-    if (this.isTrusted === false) {
-      const msg = "Untrusted events can't call prompt().";
-      throw new DOMException(msg, "NotAllowedError");
-    }
+    // if (this.isTrusted === false) {

remove?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/506#pullrequestreview-5216983

Received on Friday, 21 October 2016 08:29:16 UTC