Commit 503dbd8
authored
fix: patch TransformStream on Node.js 16 (#564)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Enhanced compatibility with Node.js 16 by adding support for
`TransformStream`.
- **Bug Fixes**
- Implemented a polyfill for `TransformStream` to ensure it is available
in the global scope if not already defined.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent b5dccce commit 503dbd8
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
219 | 224 | | |
220 | 225 | | |
221 | 226 | | |
| |||
0 commit comments