Re: [whatwg/fetch] data: URL generator (#665)

For example, users will undoubtedly attempt to convert `"audio/ogg"` to `"audio/mp3"` or `"image/jpg"` to `"image/png"` using `toDataURL()`. The processor itself should be capable of determining the correct MIME type of the input - or if the input is not possible of being converted into a valid `data URI`; for example, a media fragment URI which is capable of being played at an `HTMLMediaElement`, though does not contain the necessary metadata to be played after converting to a valid `data URI`.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/665#issuecomment-361332671

Received on Monday, 29 January 2018 18:05:15 UTC