- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 26 Apr 2016 00:54:55 -0700
- To: w3c/permissions <permissions@noreply.github.com>
- Cc:
Received on Tuesday, 26 April 2016 07:55:40 UTC
> + <h3 id="storage-manipulation">Storage Manipulation Algorithms</h3> > + > + <p> > + Other specifications can use the algorithms defined in this section to > + manipulate the <a>permission store</a> from their algorithms. > + </p> > + > + <div class="example" id="example-storage-manipulation"> > + <p> > + The [[notifications]] API can check for the user having granted > + permission using: > + </p> > + <blockquote> > + If the {{"notifications"}} <a>permission's state</a> is not > + {{"granted"}}, reject <var>promise</var> with a {{TypeError}} exception > + and terminate these substeps. I don't understand how this works without the key being in the mix somewhere. This reads like "notifications" permission's state is global. --- 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/permissions/pull/91/files/315ae14c94bbc7cc55126faa1dfb4d3a7a26e89a#r61042159
Received on Tuesday, 26 April 2016 07:55:40 UTC