diff --git a/doc/api/url.md b/doc/api/url.md index e250b144987fa0..a10b5947c40eda 100644 --- a/doc/api/url.md +++ b/doc/api/url.md @@ -940,6 +940,14 @@ console.log(params.toString()); // Prints foo=def&abc=def&xyz=opq ``` +#### `urlSearchParams.size` + + + +The total number of parameter entries. + #### `urlSearchParams.sort()`