tor-browser

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

badging.idl (449B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: Badging API (https://w3c.github.io/badging/)
      5 
      6 [SecureContext]
      7 interface mixin NavigatorBadge {
      8  Promise<undefined> setAppBadge(
      9    optional [EnforceRange] unsigned long long contents
     10  );
     11  Promise<undefined> clearAppBadge();
     12 };
     13 
     14 Navigator includes NavigatorBadge;
     15 WorkerNavigator includes NavigatorBadge;