Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: drop TextDecoder fallback #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jimmywarting
Copy link

NodeJS LTS is v16
And IE is pretty much dead...

Targeting at least NodeJS >= 11 and all green env it means that TextDecoder is available globally everywhere and you don't need any fallback solution.

reason for removing this is that some CDN/bundler have a hard time figuring out if Buffer is optional (wether or not it should polyfill it or not judging by just seeing the global Buffer keyword anywhere in the source)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant