tor-browser

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

html-media-capture.idl (292B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: HTML Media Capture (https://w3c.github.io/html-media-capture/)
      5 
      6 partial interface HTMLInputElement {
      7    [CEReactions] attribute DOMString capture;
      8 };