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

Jsdom does not support TextEncoder and TextDecoder #255

Closed
LaChope opened this issue Jan 23, 2024 · 1 comment · Fixed by #253
Closed

Jsdom does not support TextEncoder and TextDecoder #255

LaChope opened this issue Jan 23, 2024 · 1 comment · Fixed by #253
Assignees

Comments

@LaChope
Copy link
Collaborator

LaChope commented Jan 23, 2024

After bumping jsonld, 6896af0, Jsdom also had to be bumped, because it did not support the newer version of jsonld.

Jsonld needs Textdecoder, but is not supported by the bumped jsdom (see jsdom/jsdom#2524). Workaround was found here: jsdom/jsdom#2524 (comment), but the issue in jsdom/jsdom#2524 is still open, so possibly there will be support added soon

@blcham
Copy link
Collaborator

blcham commented Jan 23, 2024

Although the issue is closed, it is a workaround that should be removed later when Jsdom supports TextEncoder/TextDecoder.

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 a pull request may close this issue.

2 participants