[w3c/FileAPI] Set FileReader.error to an AbortError when abort() is called. (#66)

All implementations seem to already do this, yet the spec currently seems to say that error should remain null if abort() is called. Probably easiest to just change the spec to set error to an AbortError.

-- 
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/66

Received on Monday, 6 February 2017 23:57:18 UTC