Edit this page

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

This feature is experimental. Please share your experiences so we know what to keep or change.

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.