tor-browser

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

permissions-revoke.idl (307B)


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