Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL Parser Error #521

Closed
Tracked by #520
Mas0nShi opened this issue Jun 26, 2022 · 1 comment
Closed
Tracked by #520

URL Parser Error #521

Mas0nShi opened this issue Jun 26, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Mas0nShi
Copy link
Contributor

Mas0nShi commented Jun 26, 2022

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
Copy link
Contributor Author

Mas0nShi commented Jun 26, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants