**Code** ```js var url = require("url") console.log(url.parse('ws://localhost').pathname) ``` **Node version and output** 12.13.0 "/" 10.16.3 null The change is not visible [in the docs](https://nodejs.org/dist/latest-v13.x/docs/api/url.html#url_url_parse_urlstring_parsequerystring_slashesdenotehost) I could submit a PR if you confirm this should be added to the doc
Code
Node version and output
12.13.0
"/"
10.16.3
null
The change is not visible in the docs
I could submit a PR if you confirm this should be added to the doc