We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983a720 commit 18f4cebCopy full SHA for 18f4ceb
docs/bitjs.io.md
@@ -81,4 +81,8 @@ pick up where you left off with the original stream.
81
const description = teedStream.skip(strOffset).readString(strLen);
82
83
const someOtherVal = origStream.readNumber(4); // Bytes 8-11
84
-```
+```
85
+
86
+Note that the teed stream is not "connected" to the original stream. If you push new bytes to the
87
+original stream, the teed stream does not see them. If you find this behavior unexpected, please
88
+file a bug.
0 commit comments