search

goog.loader.AbstractModuleManager.CallbackType

Provided By
All Known Aliases
Typestring

The type of callbacks that can be registered with the module manager,.

Values

ACTIVE

Fired when it becomes active and has module loads to process.

ERROR

Fired when an error has occurred.

IDLE

Fired when it becomes idle and has no more module loads to process.

USER_ACTIVE

Fired when it becomes active and has user-initiated module loads to process.

USER_IDLE

Fired when it becomes idle and has no more user-initiated module loads to process.