web-std-io icon indicating copy to clipboard operation
web-std-io copied to clipboard

Remove polyfills and re-exports for built-ins on node >= 18

Open leefreemanxyz opened this issue 1 year ago • 2 comments
trafficstars

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.

leefreemanxyz avatar Mar 07 '24 16:03 leefreemanxyz

🦋 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

changeset-bot[bot] avatar Mar 07 '24 16:03 changeset-bot[bot]

Can this be merged to resolve the issue with ReadableStream? https://github.com/remix-run/remix/discussions/9389 Thank you

younes200 avatar May 08 '24 12:05 younes200