Expand description
An implementation of ecma262’s LoadRequestedModules Partly inspired by mozjs implementation: https://searchfox.org/firefox-main/source/js/src/vm/Modules.cpp#1450 Since we can’t access ModuleObject internals (eg. ModuleRequest records), we deviate from the spec in some aspects.
Structs§
- Graph
Loading 🔒State - https://tc39.es/ecma262/#graphloadingstate-record
- Load
State 🔒 - OnRejected
Handler 🔒
Enums§
- Payload 🔒
Functions§
- continue_
dynamic_ 🔒import - https://tc39.es/ecma262/#sec-ContinueDynamicImport
- continue_
module_ 🔒loading - https://tc39.es/ecma262/#sec-ContinueModuleLoading
- fetch_
a_ 🔒single_ imported_ module_ script - https://html.spec.whatwg.org/multipage/#fetch-a-single-imported-module-script
- finish_
loading_ 🔒imported_ module - https://tc39.es/ecma262/#sec-FinishLoadingImportedModule
- host_
load_ 🔒imported_ module - https://html.spec.whatwg.org/multipage/#hostloadimportedmodule
- inner_
module_ 🔒loading - https://tc39.es/ecma262/#sec-InnerModuleLoading
- load_
requested_ 🔒modules - https://tc39.es/ecma262/#sec-LoadRequestedModules