Edit this page

up.Params new up.Params([params])
Class constructor

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

Constructs a new up.Params instance.


Parameters

[params] Object|Array|string|FormData|up.Params optional

An existing list of params with which to initialize the new up.Params object.

The given params value may be of any supported type.

Return value