tor-browser

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

beacon.idl (285B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: Beacon (https://w3c.github.io/beacon/)
      5 
      6 partial interface Navigator {
      7    boolean sendBeacon(USVString url, optional BodyInit? data = null);
      8 };