Skip to content

Commit d6ba7e0

Browse files
committed
Update readme for streams
1 parent cf12f42 commit d6ba7e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ const bytes = new Wtf8Encoder().encode('\ud800');
2828
const string = new Wtf8Decoder().decode(bytes); // '\ud800'
2929
```
3030

31+
W3C streams are also provided: `Wtf8EncoderStream` and `Wtf8DecoderStream`.
32+
3133
## Notes
3234

3335
Used a few of the tricks from the paper

0 commit comments

Comments
 (0)