| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Thanks! Assume the fix should also apply to .stream() - the issue manifested in both .arrayBuffer() and .stream() but reported for arrayBuffer() as that was simpler repro, but perhaps worth adding a test for stream as well? |
Sorry, something went wrong.
Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
|
@ikreymer That would be better. Updated the test for stream also, PTAL. |
Sorry, something went wrong.
Yes, that looks good - thanks! |
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes: #47683
This fixes creating an ArrayBuffer from a Blob sliced from a Blob created with fs.openAsBlob.
Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com