search

goog.net.XhrIoPool

Provided By
Extends
All Implemented Interfaces
All Known Direct Subclasses

A pool of XhrIo objects.

new XhrIoPool( opt_headers, opt_minCount, opt_maxCount, opt_withCredentials )

Parameters
opt_headers(goog.structs.Map|null)=

Map of default headers to add to every request.

opt_minCountnumber=

Minimum number of objects (Default: 0).

opt_maxCountnumber=

Maximum number of objects (Default: 10).

opt_withCredentialsboolean=

Add credentials to every request (Default: false).

Instance Methods

Instance Properties