moduleloader.js
No description.

File Location

/goog/module/moduleloader.js

Classes

goog.module.ModuleLoader
A class that loads Javascript modules.
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.

Public Protected Private

Enumerations

Global Functions

goog.module.ModuleLoader.supportsSourceUrlDebugger() boolean
No description.
Returns: boolean  Whether sourceURL affects the debugger.
code »
goog.module.ModuleLoader.supportsSourceUrlStackTraces() boolean
No description.
Returns: boolean  Whether sourceURL affects stack traces. Chrome is currently the only browser that does this, but we believe other browsers are working on this.
code »

Directory module

File Reference