JSLibraryImporter | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Class JSLibraryImporter

    A JS library loader

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Get the requested library if it is loaded

      Parameters

      • name: string

      Returns null | ImportedJSLibrary

    • Get the requested library, load if needed

      Parameters

      • name: string

      Returns Promise<ImportedJSLibrary>