happy-dom icon indicating copy to clipboard operation
happy-dom copied to clipboard

URL Parser Error

Open Mas0nShi opened this issue 2 years ago • 1 comments

Link #401

e.g.

const url = 'http://127.0.0.1:61285/TestPath/test-page';
const u = new window.URL(url);
console.log(u);

Mas0nShi avatar Jun 26 '22 05:06 Mas0nShi

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

Mas0nShi avatar Jun 26 '22 12:06 Mas0nShi