The goog.module.ModuleLoader.LoadStatus Class

goog.module.ModuleLoader.LoadStatus()

A class that keeps the state of the module during the loading process. It is used to save loading information between modules download and evaluation.

.errorFn {?function(?number)}

Error callback.

.loadRequested {boolean}

Whether loadModules was called for the set of modules referred by this status.

.requestUris {Array.<string>}

The request uris.

.responseTexts {Array.<string>}

The response texts.

.successFn {?function()}

Success callback.