blob: 18dd08f7c29e73cc07876a65e30f1268d4ee158a [file] [log] [blame] [edit]
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into reffy-reports
// (https://github.com/tidoust/reffy-reports)
// Source: The Storage Access API (https://privacycg.github.io/storage-access/)
partial interface Document {
Promise<boolean> hasStorageAccess();
Promise<void> requestStorageAccess();
};