-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
URL parser behaviour change in 18.16.0 #47555
Copy link
Copy link
Closed
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.whatwg-urlIssues and PRs related to the WHATWG URL implementation.Issues and PRs related to the WHATWG URL implementation.
Description
Activity
Metadata
Metadata
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.whatwg-urlIssues and PRs related to the WHATWG URL implementation.Issues and PRs related to the WHATWG URL implementation.
18.15.0
new URL(HTTP://AMAZON.COM).hrefgiveshttp://amazon.com/18.16.0
new URL(HTTP://AMAZON.COM).hrefgiveshttp://amaZon.com/It seems the capital letter Z is not lower cased. Is that expected or is it a regression ?