| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Hi, thanks for the reviews! It looks like the CI checks are failing across multiple environments after this change. I suspect the type narrowing to Uint8Array might be affecting some existing expectations. Could you please advise if this change needs to be adjusted or if I should align it differently with the current implementation/tests? Happy to update accordingly. Thanks! |
Sorry, something went wrong.
|
This has already been fixed in #63017. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This change narrows the documented return type of
ReadableStreamBYOBRequest.view from ArrayBufferView to Uint8Array,
reflecting the specification update in whatwg/streams#1367.
Closes #62952