$ node -v v10.20.1 $ nodejs -v v10.20.1 $ node ./server.js /path/to/project/node_modules/whatwg-url/lib/encoding.js:2 const utf8Encoder = new TextEncoder(); ^ ReferenceError: TextEncoder is not defined at Object.<anonymous> (/path/to/project/node_modules/whatwg-url/lib/encoding....
of this license document, but changing it is not allowed.PreambleThe GNU General Public License is a free, copyleft license for software and other kinds of works.The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By...
Those work with utf-8, not utf-16. There are no requirement to work differently in supplementary range. 0xD800-0xDFFF are normal codes in utf-8. Those are just encoded as is. As for whether this should be in the spec: The tests are going to have to have URLs in them, so either...