mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 13:18:45 +02:00
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
6 lines
155 B
Text
6 lines
155 B
Text
// https://github.com/whatwg/html/issues/3338
|
|
|
|
partial interface Document {
|
|
Promise<bool> hasStorageAccess();
|
|
Promise<void> requestStorageAccess();
|
|
};
|