tor-browser

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

model-element.idl (275B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: The <model> element (https://immersive-web.github.io/model-element/)
      5 
      6 [Exposed=Window]
      7 interface HTMLModelElement : HTMLElement {
      8 
      9 };