-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
1d14133
commit 8b82e68
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters