- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Fri, 21 Oct 2016 01:28:42 -0700
- To: w3c/manifest <manifest@noreply.github.com>
Received on Friday, 21 October 2016 08:29:16 UTC
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