DelegateFactory

Delegate Factory

Utility interface which functions both as a Predicate and a factory for creating a delegated module loader.

Functions

Link copied to clipboard
abstract operator fun invoke(realm: JSRealm): JSModuleLoader

Invoke this factory to procure or otherwise obtain the JSModuleLoader.

Link copied to clipboard