发布

  • fix: prevent memory leaks in experimental scripting sandbox (#5800)

    frostbyte_neo 发布于 2026-01-28 06:17:31 +00:00

    • Cache and reuse a single FaradayCage WASM instance to avoid repeated allocations.
    • Dispose InspectionService watchers via effectScope to prevent accumulation on tab switch.
    • Use Set for environment variable key lookups in validation.
    • Dispose Monaco editor models on component unmount.
    下载附件