Closed
Description
Version
1.33.0
What is the expected behavior? Why is that the expected behavior?
URL.canParse() // => TypeError: at least 1 argument required, but 0 present.
What do you see instead?
URL.canParse() // => false
Additional information
See the signature https://url.spec.whatwg.org/#url-class
Similar to nodejs/node#47505