cleanup, docs

This commit is contained in:
root
2026-06-16 12:21:31 +00:00
parent dff1959341
commit ea08d5f28b
296 changed files with 1571 additions and 1940 deletions
+2 -4
View File
@@ -15,7 +15,5 @@ Queues a WebSocket message for every client connected to the given scope.
If `scope` is omitted, the current page scope is used.
Related:
- PHP: WebSocket connection metadata and send APIs in Ratchet, Workerman, or similar server frameworks
- JavaScript / Node.js: browser `WebSocket` properties and Node `ws` server-side connection inspection and send methods
:example
print("ws_send is resource-bound; configure the service or connection, then call it in request code.\n");