File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -221,14 +221,12 @@ user agent should alert the user and offer a way to clear <a>persistent buckets<
221
221
<h2 id=api>API</h2>
222
222
223
223
<pre class=idl>
224
- [SecureContext,
225
- NoInterfaceObject,
226
- Exposed=(Window,Worker)]
227
- interface NavigatorStorage {
224
+ [SecureContext]
225
+ interface mixin NavigatorStorage {
228
226
readonly attribute StorageManager storage;
229
227
};
230
- Navigator implements NavigatorStorage;
231
- WorkerNavigator implements NavigatorStorage;
228
+ Navigator includes NavigatorStorage;
229
+ WorkerNavigator includes NavigatorStorage;
232
230
</pre>
233
231
234
232
Each <a>environment settings object</a> has an associated {{StorageManager}} object.
@@ -380,6 +378,7 @@ David Grogan,
380
378
fantasai,
381
379
Jake Archibald<!-- technically B.J. Archibald -->,
382
380
Jeffrey Yasskin,
381
+ Jinho Bang,
383
382
Jonas Sicking,
384
383
Joshua Bell,
385
384
Kenji Baheux,
You can’t perform that action at this time.
0 commit comments