There was an error while loading. Please reload this page.
Initialize a ModuleRecord from host.
CHAKRA_API JsInitializeModuleRecord( _In_opt_ JsModuleRecord referencingModule, _In_ JsValueRef normalizedSpecifier, _Outptr_result_maybenull_ JsModuleRecord* moduleRecord);
The code JsNoError if the operation succeeded, a failure code otherwise.
This API is experimental and may have breaking change later. Bootstrap the module loading process by creating a new module record.
Home
ch
Want to contribute to this Wiki? Fork it and send a pull request!