Manual Reference Source Test

References

summary
public

Highly customizable and lightweight assets loader

version 1.0.0 since 1.0.0
public

QueueItem handles all item behaviours in the loading queue.

version 1.0.0 since 1.0.0

core

summary
public

AbstractEventManager provide the core functionnalities to register, fire and dispatch event.

version 1.0.0 since 1.0.0
public

AbstractLoader provides the core functionnalities of a loader

version 1.0.0 since 1.0.0
public

AbstractPlugin provides the core functionnalities of a plugin

version 1.0.0 since 1.0.0
public

F check(uri: *): boolean

events

summary
public

An event is generated and provided to each callback function attached to this event.

version 1.0.0 since 1.0.0
public

The abort event is fired in case of abort

public

The afterprocess event is fired once at the very end of the loading queue process

public

The beforeprocess event is fired once at the very beginning of the loading queue process

public

The error event is fired if loading is not completed.

public

The load event is fired :

  • Only if loading is succesful
  • Only if loader complete all its task (rendering fonts for instance)
public

The loadend event is emitted at the very end of the loading request.

public

The loadstart event is fired :

  • In sync and async loading mode
  • Just after insertion of the requesting inline tag for sync loading
  • After XMLHttpRequest instance initialization but before sending request for async loading
public

The loadstarted event is fired :

  • Only in async mode
  • Just after sending the request
public

The progress event is fired :

  • Always in async mode
  • If available in sync mode
public

Theready event is fired at the very end of the item initialization

public

The progress event is fired only in async mode

public

The timeout event is fired in case of timeout

public

loaders

summary
public

Custom loader let user provide a custom callback as a loader instance

version 1.0.0 since 1.0.0
public

FontLoader is solely porting webfontloader as a loader

version 1.0.0 since 1.0.0
public

If loaded async, the response will be added as a blob reference in src unless an option base64 set to true is provided.

version 1.0.0 since 1.0.0
public

Load and parse JSON data

version 1.0.0 since 1.0.0
public

NoneLoader is a special loader that loads nothing.

version 1.0.0 since 1.0.0
public

Loads a beloader plugin

version 1.0.0 since 1.0.0
public

Loads external javascript

version 1.0.0 since 1.0.0
public

External stylesheet loader

version 1.0.0 since 1.0.0

types

summary
public

Exception for event callbacks, most of the global options are designed to set defaults values for {@link QueueItem) instance and associated Loader instances

public

Stores a BeLoader instance real time progress

Statistics can be accessed using DotObjectArray methods.

public

A loader instance which vary upon the type of asset requested

public

A Plugin instance

public

Options for QueueItem are mostly for the underlying loader.

public
public
public
public
Directories