- From: Marcos Caceres <notifications@github.com>
- Date: Fri, 11 Sep 2015 11:57:26 -0700
- To: WICG/img-conversion <img-conversion@noreply.github.com>
Received on Friday, 11 September 2015 18:57:56 UTC
right now: ``` Promise<Blob> toBlob (optional DOMString type, optional EncoderOpts options); ``` Why not just add the `type` member to `EncoderOpts`? It will work the same as currently specified, as when missing, just assume type="image/png". --- Reply to this email directly or view it on GitHub: https://github.com/WICG/img-conversion/issues/13
Received on Friday, 11 September 2015 18:57:56 UTC