Closure Library API Documentation
Go to class or file:
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.
Useful links
Source Code
Git
Inheritance
goog.module.ModuleLoader.LoadStatus
Constructor
goog.module.ModuleLoader.LoadStatus(
)
Instance Methods
Public
Protected
Private
Defined in
goog.module.ModuleLoader.LoadStatus
errorFn
()
Error callback.
code »
successFn
()
Success callback.
code »
Instance Properties
Defined in
goog.module.ModuleLoader.LoadStatus
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