6 lines
167 B
Text
6 lines
167 B
Text
|
|
// https://storage.spec.whatwg.org/#navigatorstorage
|
||
|
|
[SecureContext]
|
||
|
|
interface mixin NavigatorStorage {
|
||
|
|
[SameObject] readonly attribute StorageManager storage;
|
||
|
|
};
|