requestStorageAccessFor.idl (448B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: requestStorageAccessFor API (https://privacycg.github.io/requestStorageAccessFor/) 5 6 partial interface Document { 7 Promise<undefined> requestStorageAccessFor(USVString requestedOrigin); 8 }; 9 10 dictionary TopLevelStorageAccessPermissionDescriptor : PermissionDescriptor { 11 USVString requestedOrigin = ""; 12 };