← Packages / scroll / Capabilities

IO.WebSocket

in scroll v0.1.5

v0.1.5 declares IO.WebSocket. v0.1.0 did not. Declaring is the event recorded here — whether the capability was newly exercised is a separate claim the registry cannot make.

Where it is declared

lib/scroll.march:23Declared nothing in the previous version
20 needs IO.Mut
21 needs IO.NetListen
22 needs IO.Process
23 needs IO.WebSocket
24
25-- ── Public API delegation wrappers ────────────────────────────────────────────
26-- Tests (test_scroll.march) call these as Scroll.fn_name.
lib/session.march:7Declared nothing in the previous version
4 needs IO.FileWrite
5 needs IO.Mut
6 needs IO.Process
7 needs IO.WebSocket
8
9 -- session.march — WebSocket message handler and receive loop.
10 --