Skip to main content

Module runtime

Module runtime 

Source
Expand description

Built-in JavaScript runtime for ferro-json-ui (split per concern).

Each submodule contributes one setup* function. The assembled bundle wraps them in a single IIFE with a ferroRuntime() dispatcher invoked on DOMContentLoaded. The emitted output is a single string — no extra HTTP requests.

Statics§

FERRO_RUNTIME_JS
Assembled JS runtime bundle. Lazily concatenated from per-concern submodules on first access; the resulting string is stable for the process lifetime.