ladybird/Libraries/LibWeb/StorageAPI/NavigatorStorage.idl

7 lines
208 B
Text

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