Edit this page

up.Params up.Params.prototype.getAll(name)
Class method

This feature is experimental. It may be changed or removed in a future version.

Returns an array of all param values with the given name.

Returns an empty array if no param value with that name is set.

Parameters

name string

Return value

Array

An array of all values with the given name.