Re: [w3c/FileAPI] Support using AbortController with FileAPI (#159)

Adding an AbortController to `.text()` and `.arrayBuffer()` seems reasonable to me. Agreed that I'd consider `FileReader` deprecated/legacy, especially now all major browsers support the new methods.

I agree that adding it to `Request`/`Response` (i.e. `Body`) as well would be ideal, but I don't think it would be too bad to only have it here either. It would still be true that you can do anything with these methods on Blob that you can do on other Bodys. And the reverse isn't true already.

-- 
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/159#issuecomment-731304936

Received on Friday, 20 November 2020 17:36:48 UTC