Re: [w3c/FileAPI] Rewrite FileReader definitions. (#118)

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