Re: [heycam/webidl] Need an error for "User refused permission" (#95)

@binarykitchen it's the [`NotAllowedError`](https://heycam.github.io/webidl/#notallowederror). It's used in multiple specs. It's generally related to users refusing to give permission to use a particular API. Think you want to look for APIs that require user permission and see where you're not catching errors (rejected promises?) properly.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/95#issuecomment-297561027

Received on Wednesday, 26 April 2017 22:36:33 UTC