Class LoaderUtilModule

A class which handles the loading of the different module and their dependencies. This will also check that both Coriolis instances have the same modules loaded and log into the console if it's not the case.

Hierarchy

Constructors

Methods

  • Returns {
        local: Set<string>;
        remote: IterableIterator<string>;
    }

    • local: Set<string>
    • remote: IterableIterator<string>

Properties

_postMessage: PostMessageChannel
_moduleLoader: ModuleLoaderInterface
_remoteModule: Set<string> = ...

Internal array to save all custom serializer we have register

Generated using TypeDoc