- From: Marijn Kruisselbrink <notifications@github.com>
- Date: Wed, 13 Mar 2019 16:59:08 -0700
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 13 March 2019 23:59:30 UTC
Thanks for the review. Yeah, I tried to mostly just mimic what fetch (and sometimes XHR) are doing. Corresponding tests are in https://github.com/web-platform-tests/wpt/pull/7494 (and unfortunately not a single browser currently passes those tests... Firefox is close (it is synchronously firing the loadstart event rather than posting a task, and it set result too soon for readAsBinaryString). Chromium/Edge have various other issues, but we already have a bug for at least some of those, and I don't see any problems with fixing those. Safari seems to mostly currently match Chromium in behavior. -- 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/pull/118#issuecomment-472652103
Received on Wednesday, 13 March 2019 23:59:30 UTC