tor-browser

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

image-resource.idl (309B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: Image Resource (https://w3c.github.io/image-resource/)
      5 
      6 dictionary ImageResource {
      7  required USVString src;
      8  DOMString sizes;
      9  DOMString type;
     10  DOMString label;
     11 };