Project / 09 · Runtime
Readonly View
STABLEDeeply readonly, lazy, live views over owner-controlled mutable JavaScript data.
Purpose
Exposes live internal data without exposing mutation through the published view.
SourceScope & ownership
What it owns
A lazy readonly membrane over supported data, with identity preservation for shared references and cycles.
Source
Boundaries & limitations
What the application owns
Mutable source aliases and updates. This is not a snapshot, state manager or security sandbox.
SourceInstall
npm install @nipe-solutions/readonly-view@2.0.1