Loads linked resources. By default uses the global fetch function if any. This behavior can be overridden by adding an event listener to the load event and calling 'setValue' with the Node or Graph requested.

Type Parameters

  • T

Hierarchy

  • Loader

Constructors

Properties

Methods

Constructors

Properties

cache: {
    [key: string]: T;
}

Type declaration

  • [key: string]: T
scheduler: default

Methods

  • Parameters

    • url: string

    Returns Promise<T>

Generated using TypeDoc