ladybird/Libraries/LibWeb/StorageAPI/NavigatorStorage.idl

6 lines
167 B
Text
Raw Normal View History

// https://storage.spec.whatwg.org/#navigatorstorage
[SecureContext]
interface mixin NavigatorStorage {
[SameObject] readonly attribute StorageManager storage;
};