servo/tests/wpt/web-platform-tests/interfaces/storage-access-api.tentative.idl

6 lines
155 B
Text

// https://github.com/whatwg/html/issues/3338
partial interface Document {
Promise<bool> hasStorageAccess();
Promise<void> requestStorageAccess();
};