mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-20 16:13:21 +00:00
8 lines
208 B
Text
8 lines
208 B
Text
![]() |
#import <StorageAPI/StorageManager.idl>
|
||
|
|
||
|
// https://storage.spec.whatwg.org/#navigatorstorage
|
||
|
[SecureContext]
|
||
|
interface mixin NavigatorStorage {
|
||
|
[SameObject] readonly attribute StorageManager storage;
|
||
|
};
|