tor-browser

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

permissions-request.idl (306B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: Requesting Permissions (https://wicg.github.io/permissions-request/)
      5 
      6 partial interface Permissions {
      7  Promise<PermissionStatus> request(object permissionDesc);
      8 };