File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,9 @@ properties of URL objects:
8080The following methods are provided by the URL module:
8181
8282## url.format(urlObj)
83+ <!-- YAML
84+ added: v0.1.25
85+ -->
8386
8487Take a parsed URL object, and return a formatted URL string.
8588
@@ -106,6 +109,9 @@ Here's how the formatting process works:
106109* ` hash ` is treated the same with or without the leading ` # ` (pound sign, anchor).
107110
108111## url.parse(urlStr[ , parseQueryString] [ , slashesDenoteHost ] )
112+ <!-- YAML
113+ added: v0.1.25
114+ -->
109115
110116Take a URL string, and return an object.
111117
@@ -120,6 +126,9 @@ Pass `true` as the third argument to treat `//foo/bar` as
120126` { pathname: '//foo/bar' } ` . Defaults to ` false ` .
121127
122128## url.resolve(from, to)
129+ <!-- YAML
130+ added: v0.1.25
131+ -->
123132
124133Take a base URL, and a href URL, and resolve them as a browser would for
125134an anchor tag. Examples:
You can’t perform that action at this time.
0 commit comments