mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
7 lines
208 B
Text
7 lines
208 B
Text
#import <StorageAPI/StorageManager.idl>
|
|
|
|
// https://storage.spec.whatwg.org/#navigatorstorage
|
|
[SecureContext]
|
|
interface mixin NavigatorStorage {
|
|
[SameObject] readonly attribute StorageManager storage;
|
|
};
|