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 };