- From: Tobie Langel <notifications@github.com>
- Date: Wed, 26 Apr 2017 15:35:54 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 26 April 2017 22:36:33 UTC
@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