- From: Zach Bjornson <notifications@github.com>
- Date: Fri, 15 Jun 2018 10:39:49 -0700
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 15 June 2018 17:40:13 UTC
The case we hit was creating a `File` from a `data:` URL (from `canvas.toDataURL`). That `data:` URL came from a library that supports browsers that don't have `canvas.toBlob`, so yes, in this case it's a compat thing and possibly not worth the trouble of implementing. (Are there other creators of `data:` URLs where better APIs don't exist?) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/FileAPI/issues/102#issuecomment-397692866
Received on Friday, 15 June 2018 17:40:13 UTC