Home > @lynx-js/webpack-runtime-globals > RuntimeGlobals

RuntimeGlobals variable

All the runtime requirements that Lynx uses.

Signature:

RuntimeGlobals: {
    readonly lynxAsyncChunkIds: "__webpack_require__.lynx_aci";
    readonly lynxChunkEntries: "lynx.__chunk_entries__";
    readonly lynxProcessEvalResult: "globalThis.processEvalResult";
}