Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

JsInitializeModuleRecord

Richard edited this pageFeb 23, 2018 ·1 revision

Initialize a ModuleRecord from host.

Syntax

CHAKRA_APIJsInitializeModuleRecord(    _In_opt_ JsModuleRecord referencingModule,    _In_ JsValueRef normalizedSpecifier,    _Outptr_result_maybenull_ JsModuleRecord* moduleRecord);

Parameters

  • referencingModule: The parent module of the new module - nullptr for a root module.
  • normalizedSpecifier: The normalized specifier for the module.
  • moduleRecord: The new module record.

Return Value

The codeJsNoError if the operation succeeded, a failure code otherwise.

Remarks

This API is experimental and may have breaking change later.Bootstrap the module loading process by creating a new module record.

Want to contribute to this Wiki?

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp