You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If chunk is not a Uint8Array object, call failureSteps with a TypeError and abort these steps.
Maybe it can be BufferSource instead?
(Context: Given this algorithm is implemented in Gecko as a pipe to internal output stream, I was investigating whether the code for WebTransport write could be reused here. WT accepts BufferSource which makes more sense to me.)
The text was updated successfully, but these errors were encountered:
What is the issue with the Streams Standard?
I just found that the chunk steps of read all bytes requires Uint8Array:
Maybe it can be BufferSource instead?
(Context: Given this algorithm is implemented in Gecko as a pipe to internal output stream, I was investigating whether the code for WebTransport write could be reused here. WT accepts BufferSource which makes more sense to me.)
The text was updated successfully, but these errors were encountered: