Skip to content

Commit

Permalink
Make it clearer that PermissionStorage isn't exposed to JS.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasskin committed Apr 5, 2016
1 parent 62e24ce commit 0af8292
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,14 +419,14 @@ <h2>
settings</var>' <a>top-level browsing context</a>'s <a>origin</a>
</li>
</ol>
<dl class='idl' title='dictionary PermissionStorage'>
<dt>
required PermissionState state
</dt>
</dl>
<p class="note">
<a>PermissionStorage</a> instances are never exposed to Javascript.
</p>
<pre class='idl'>
dictionary PermissionStorage {
// PermissionStorage is just an explanatory device.
// Instances are never received from or passed to Javascript code.

required PermissionState state;
};
</pre>
<p>
The steps to <dfn>retrieve a permission storage entry</dfn> of a
<a>permission storage identifier</a> are as follows:
Expand Down

0 comments on commit 0af8292

Please sign in to comment.