-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.whatwg-urlIssues and PRs related to the WHATWG URL implementation.Issues and PRs related to the WHATWG URL implementation.
Description
Version
20.4.0
Platform
any
Subsystem
No response
What steps will reproduce the bug?
while (true) {
const test = URL.canParse('/ ', 'http://n');
console.log(test);
}
How often does it reproduce? Is there a required condition?
after some stress
What is the expected behavior? Why is that the expected behavior?
same result as first one
What do you see instead?
return false at some point of stress
Additional information
No response
styfle
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.whatwg-urlIssues and PRs related to the WHATWG URL implementation.Issues and PRs related to the WHATWG URL implementation.