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

Updated encoding.js #228

Closed sethwms closed 2 years ago

sethwms commented 2 years ago

Received error "TextEncoder is not defined" when using Mongoose in Node.js

Added require("util") to enable functionality.

domenic commented 2 years ago

Dupe of many closed PRs and issues.