| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3113,9 +3113,9 @@ Url { | |||
| 3113 | 3113 | href: '/status?name=ryan' } | |
| 3114 | 3114 | ``` | |
| 3115 | 3115 | ||
| 3116 | - To extract the parameters from the query string, the | ||
| 3117 | - `require('querystring').parse` function can be used, or | ||
| 3118 | - `true` can be passed as the second argument to `require('url').parse`. | ||
| 3116 | + To obtain the parameters from the query string, use the | ||
| 3117 | + `require('querystring').parse()` function or pass | ||
| 3118 | + `true` as the second argument to `require('url').parse()`. | ||
| 3119 | 3119 | ||
| 3120 | 3120 | ```console | |
| 3121 | 3121 | $ node | |
| Back | FazBrowse Home | New Git URL |
0 commit comments