← Packages / sigil / Capabilities

IO.WebSocket

in sigil v0.1.1

v0.1.1 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/serve.march:8
5 needs IO.Spawn
6 needs IO.FileRead
7 needs IO.Process
8 needs IO.WebSocket
9
10 pfn reload_script() : String do
11 "<script>" ++
lib/sigil.march:13
10 needs IO.NetListen
11 needs IO.Process
12 needs IO.Spawn
13 needs IO.WebSocket
14
15 fn parse_args(argv : List(String)) : Result(Config.Site, String) do
16 -- Drop the executable (and the script path in interpreted mode).