-
Notifications
You must be signed in to change notification settings - Fork 1.2k
JsModuleHostInfoKind
Richard edited this page Feb 23, 2018
·
1 revision
The types of host info that can be set on a module record with JsSetModuleHostInfo.
enum JsModuleHostInfoKind
- JsModuleHostInfo_Exception: An exception object - e.g. if the module file cannot be found.
- JsModuleHostInfo_HostDefined: Host defined info.
- JsModuleHostInfo_NotifyModuleReadyCallback: Callback for receiving notification when module is ready.
- JsModuleHostInfo_FetchImportedModuleCallback: Callback for receiving notification to fetch a dependent module.
-
JsModuleHostInfo_FetchImportedModuleFromScriptCallback: Callback for receiving notification for calls to
import()
- JsModuleHostInfo_Url: URL for use in error stack traces and debugging.
For more information see JsSetModuleHostInfo.
- Architecture Overview
- Building ChakraCore
- ChakraCore Code Structure
- Contributor Guidance
- Engineering Notes
- Embedding ChakraCore
- Testing ChakraCore
- Getting ChakraCore binaries
- Label Glossary
- Resources
- Roadmap / Release Notes
Want to contribute to this Wiki? Fork it and send a pull request!