jsdom / whatwg-url

An implementation of the WHATWG URL Standard in JavaScript
https://jsdom.github.io/whatwg-url/
MIT License
371 stars 94 forks source link

ReferenceError: TextEncoder is not defined #225

Closed ufuck-on-it closed 2 years ago

ufuck-on-it commented 2 years ago

/lib/encoding.js:2 ReferenceError: TextEncoder is not defined add this code the top const { TextEncoder, TextDecoder } = require("util");

domenic commented 2 years ago

See other closed issues.