DelegatedModuleLoaderRegistry   
    object DelegatedModuleLoaderRegistry : Predicate<DelegatedModuleLoaderRegistry.DelegatedModuleRequest> 
Delegated Module Loader Registry
Registry for module loaders which are used as "delegates" during the module loading process; such delegates filter based on the requested module names or paths.
Types
Link copied to clipboard
                  Represents a request for a delegated JavaScript module load.
Link copied to clipboard
                  Utility interface which functions both as a Predicate and a factory for creating a delegated module loader.
Functions
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Register a new delegate factory.
Link copied to clipboard
                  fun resolve(request: DelegatedModuleLoaderRegistry.DelegatedModuleRequest, realm: JSRealm): JSModuleLoader
Resolve a module request to a module loader.
Link copied to clipboard