Skip to content

Commit 92723d8

Browse files
committed
docs: add in note about browser compatibility
1 parent 86ee7d1 commit 92723d8

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
@@ -124,6 +124,8 @@ await inputStream
124124
console.log(output) // Prints 'some input'
125125
```
126126

127+
Note that `TransformStream` has become available in all browsers as of mid-2022. https://caniuse.com/mdn-api_transformstream
128+
127129
## Alternatives
128130

129131
There's a few other packages that do similar things, but I found they were all unusable and/or unmaintained:

0 commit comments

Comments
 (0)