summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/interfaces/requestStorageAccessFor.idl
blob: adca77a2b0395500571dd6efb2513dd390f3f832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: requestStorageAccessFor API (https://privacycg.github.io/requestStorageAccessFor/)

partial interface Document {
  Promise<undefined> requestStorageAccessFor(USVString requestedOrigin);
};

dictionary TopLevelStorageAccessPermissionDescriptor : PermissionDescriptor {
    USVString requestedOrigin = "";
};