We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf1e22 commit cfed48eCopy full SHA for cfed48e
doc/api/url.md
@@ -953,6 +953,13 @@ forward-slash characters (`/`) are required following the colon in the
953
### url.format(urlObject)
954
<!-- YAML
955
added: v0.1.25
956
+changes:
957
+ - version: v7.0.0
958
+ pr-url: https://github.com/nodejs/node/pull/7234
959
+ description: URLs with a `file:` scheme will now always use the correct
960
+ number of slashes regardless of `slashes` option. A false-y
961
+ `slashes` option with no protocol is now also respected at all
962
+ times.
963
-->
964
965
* `urlObject` {Object|string} A URL object (as returned by `url.parse()` or
0 commit comments