Re: [img-conversion] Convert to spec (#14)

>        </h2>
> +      <pre class="idl">
> +typedef (HTMLImageElement or Blob) ImageSource;
> +
> +partial interface ImageData {
> +  [NewObject] Promise&lt;Blob&gt; toBlob (optional DOMString type, optional EncoderOpts options);
> +  [NewObject] static Promise&lt;ImageData&gt; create (ImageSource source);
> +  static CanPlayTypeResult canDecodeType (DOMString mimeType);

@yoavweiss I think we should do this in the future. 

---
Reply to this email directly or view it on GitHub:
https://github.com/WICG/img-conversion/pull/14/files#r40238162

Received on Wednesday, 23 September 2015 18:20:04 UTC