initializeMdi
本頁內容尚未翻譯。
initializeMdi():
Promise<void>
Defined in: mdi/dist/index.d.ts:60
Initialize the shared MDI core runtime exactly once.
Browser applications must await this before calling the synchronous parse or serialization APIs. In Node.js the WASM binding is loaded eagerly, so this remains a harmless resolved promise for portable application setup.
Returns
Section titled “Returns”Promise<void>