Re: [permissions] Why "prompt" instead of "default"? (#25)

No. `Notification.requestPermission()` would be implemented in terms of a `Permission.request("notification")` or some such. That would not return `prompt` if the user did not take any action or clicked outside the dialog, it would return `default`.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/issues/25#issuecomment-100104902

Received on Friday, 8 May 2015 05:29:10 UTC