- Version: v9.2.0
- Platform: All
- Subsystem: Documentation
Copy-paste typo in the API doc of url.format(urlObject).
Actual:
If urlObject is not an object or a string, url.parse() will throw a TypeError.
Expected
If urlObject is not an object or a string, url.format() will throw a TypeError.