[w3c/FileAPI] readyState checks for FileReaderSync methods don't make sense (#96)

Step 1 of each method is a check if the readyState is LOADING, but a) readyState is a FileReader concept, b) readyState does not get set by synchronous operations, c) there is no way for JS to run during the synchronous operations.

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

Received on Monday, 29 January 2018 23:20:38 UTC