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
fix: ensure mock stream output is uint8arraylist (#2209)
When using mock streams pairs, we use a simple duplex to pass the
input of one to the output of the other.
The input can be a `Uint8Array` or a `Uint8ArrayList` but the output
can only be `Uint8ArrayList` so ensure we output the correct type.
0 commit comments