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 86ee7d1 commit 92723d8Copy full SHA for 92723d8
README.md
@@ -124,6 +124,8 @@ await inputStream
124
console.log(output) // Prints 'some input'
125
```
126
127
+Note that `TransformStream` has become available in all browsers as of mid-2022. https://caniuse.com/mdn-api_transformstream
128
+
129
## Alternatives
130
131
There's a few other packages that do similar things, but I found they were all unusable and/or unmaintained:
0 commit comments