-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
and new blob reading methods #2303
Comments
Unlikely, largely sugar like that is done in |
@kitsonk i oppose this statement, as there is no other way to read content from a blob except the old FileReader API (which isnt implemented either) and the blob methods, but it would be more appropriate to use those methods. |
i would rather have this method than the FileReader |
I completely agree. i am currently looking into implementing those methods |
This should be closed as #4581 took care of this |
blob.text()
-promise<String>
blob.arrayBuffer()
-promise<ArrayBuffer>
blob.stream()
-Dom.ReadableStream
The text was updated successfully, but these errors were encountered: