module.ModuleLoader.LoadStatus Extends
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.

Inheritance

Constructor

goog.module.ModuleLoader.LoadStatus()

Instance Methods

Public Protected Private
errorFn()
Error callback.
code »
successFn()
Success callback.
code »

Instance Properties

loadRequested :
Whether loadModules was called for the set of modules referred by this status.
Code »
requestUris :
The request uris.
Code »
responseTexts :
The response texts.
Code »

Package module.ModuleLoader

Package Reference