A JSON-LD document loader that fetches over an HTTP bus using a given mediator.

Hierarchy

  • FetchDocumentLoader
    • DocumentLoaderMediated

Constructors

Methods

Constructors

Methods

  • Loads the JSON-LD context at the given URL.

    Parameters

    • url: string

      An URL.

    Returns Promise<IJsonLdContext>

    A promise resolving to a JSON-LD context.