tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

storage-access.idl (327B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: The Storage Access API (https://privacycg.github.io/storage-access/)
      5 
      6 partial interface Document {
      7  Promise<boolean> hasStorageAccess();
      8  Promise<undefined> requestStorageAccess();
      9 };