values(): string[]
Type | Description |
string[] | All values in the search parameter. |
import url from 'pts/url';export default function() {const params = new url.URLSearchParams('key1=value1&key2=value2');console.log(params.values()); // value1,value2}
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback