web-std-io
web-std-io copied to clipboard
Remove polyfills and re-exports for built-ins on node >= 18
This is a fresh attempt at #42. From what I can ascertain, the blob package is no longer required and doesn't need importing in other packages as it should be provided by the environment, likewise for TextEncode/TextDecoder. Readable Stream can be left as is until it is no longer experimental in Remix's supported node versions.
🦋 Changeset detected
Latest commit: a7710bd8f25bd75aaba85814990147fef8d01f14
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 4 packages
| Name | Type |
|---|---|
| @remix-run/web-fetch | Major |
| @remix-run/web-file | Major |
| @remix-run/web-form-data | Major |
| @remix-run/web-stream | Major |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Can this be merged to resolve the issue with ReadableStream? https://github.com/remix-run/remix/discussions/9389 Thank you