-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
src: fix creating an ArrayBuffer from a Blob created with openAsBlob
#47691
Conversation
2b97826
to
babd5a0
Compare
Thanks! Assume the fix should also apply to |
Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
babd5a0
to
6e40de0
Compare
@ikreymer That would be better. Updated the test for stream also, PTAL. |
Yes, that looks good - thanks! |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Landed in af9b48a |
Fixes: #47683
This fixes creating an
ArrayBuffer
from a Blob sliced from a Blob created withfs.openAsBlob
.Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com