Re: [w3c/FileAPI] Add simpler reading methods to Blob interface. (#117)

Should the FileReader change how it gets the stream?

`Should Let stream be the result of calling get stream on blob .` ->
`Should Let stream be the result of calling blob.stream() .`

That would make fileReader a self contained module and it dosen't have to have any internal access to  blobs private methods

-- 
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/117#issuecomment-483625941

Received on Tuesday, 16 April 2019 11:46:17 UTC