tor-browser

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

compat.idl (407B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: Compatibility Standard (https://compat.spec.whatwg.org/)
      5 
      6 partial interface Window {
      7    readonly attribute short orientation;
      8    attribute EventHandler onorientationchange;
      9 };
     10 
     11 partial interface HTMLBodyElement {
     12    attribute EventHandler onorientationchange;
     13 };