search

goog.net.FileDownloader

Provided By
Extends
All Implemented Interfaces

A class for downloading remote files and storing them locally using the HTML5 filesystem API.

new FileDownloader( dir, opt_pool )

Parameters
dirgoog.fs.DirectoryEntry

The directory in which the downloaded files are stored. This directory should be solely managed by FileDownloader.

opt_pool(goog.net.XhrIoPool|null)=

The pool of XhrIo objects to use for downloading files.

Instance Methods

Instance Properties

Classes