These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
5 lines
167 B
Text
5 lines
167 B
Text
// https://storage.spec.whatwg.org/#navigatorstorage
|
|
[SecureContext]
|
|
interface mixin NavigatorStorage {
|
|
[SameObject] readonly attribute StorageManager storage;
|
|
};
|