Returns URL encoded payload. The payload should be a map of name-value
pairs, in the form {"foo": 1, "bar": true, ...}. If the map is empty,
the URI will be unchanged.
The method uses hasOwnProperty() to assure the properties are on the object, not on its prototype.
Arguments:
Returns: !goog.Uri
A reference to the Uri sent as a parameter.
|
code » | |||
![]()
Removes the script node and reply handler with the given id.
|
code » | |||
Creates a timeout callback that calls the given timeoutCallback with the
original payload.
|
code » | |||
Creates a reply callback that calls the given replyCallback with data
returned by the server.
|
code » |