promise-delayed is a browser-only primitive used by the resource island demo. The SSR renderer needs it as a stub to avoid "Undefined symbol" errors during render-to-html JIT compilation. The stub returns the value argument (skipping the delay), so SSR renders the resolved state immediately. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>