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

Remove deprecated text-encoder #72

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

Conversation

qubyte
Copy link

@qubyte qubyte commented Jun 19, 2023

This PR removes the text-encoding dependency, which is no longer maintained. The change is minimal.

A compliant implementation of TextDecoder has been a Node.js global since v11 (so all maintained versions of Node have it and this package is redundant for the default build configuration).

Closes #51

A compliant implementation of TextDecoder has been a Node.js
global since v11 (so all maintained versions of Node have it).
@mightymax
Copy link

@mbostock would it be possible to accepts this PR? It would be much appreciated! If you do not have the time for this, I might be able to help if you give me access to this repo. Thanks!

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.

text-encoding has been marked with a warning
2 participants