happy-dom
happy-dom copied to clipboard
URL Parser Error
Link #401
e.g.
const url = 'http://127.0.0.1:61285/TestPath/test-page';
const u = new window.URL(url);
console.log(u);
Hi! @capricorn86 node has native implementations of URL and URLSearchParams, so maybe we can use it replace self code? https://nodejs.org/api/url.html