search

goog.net.Jsonp

Provided By

Creates a new cross domain channel that sends data to the specified host URL. By default, if no reply arrives within 5s, the channel assumes the call failed to complete successfully.

new Jsonp( uri, opt_callbackParamName )

Parameters
urigoog.html.TrustedResourceUrl

The Uri of the server side code that receives data posted through this channel (e.g., "http://maps.google.com/maps/geo").

opt_callbackParamNamestring=

The parameter name that is used to specify the callback. Defaults to "callback".

Instance Methods

Static Properties