gecko-dev/testing/web-platform/tests/interfaces/storage-access-api.tentative.idl
Philip Jägenstedt 3dc120e64a Bug 1594932 [wpt PR 20165] - [storage-access-api] make idlharness.js test tentative with external IDL, a=testonly
Automatic update from web-platform-tests
[storage-access-api] make idlharness.js test tentative with external IDL (#20165)

There is already precedent for this style with
trusted-types.tentative.idl and xslt.tentative.idl.

The `[OverrideBuiltins]` extended attribute was not kept because it's
not in the spec pull request and it also isn't used by idlharness.js.
--

wpt-commits: fc414534ecbd776186ac6c787665ae853b142d7e
wpt-pr: 20165
2020-02-17 10:27:45 +00:00

6 lines
155 B
Text

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