blob: a94be37e915e82222e03bfd5741a32b24f23a48a [file] [log] [blame]
// https://github.com/whatwg/html/issues/3338
partial interface Document {
Promise<bool> hasStorageAccess();
Promise<void> requestStorageAccess();
};