From 83d3a6d984072130c61a5c7a00b3068a5d1bfdf4 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Mon, 26 Dec 2011 14:33:07 -0700 Subject: [PATCH] Synchronizable events from Tom McNulty original commit: ae31b191689f2da0be6607adb8dffb7ab825bbd5 --- collects/net/scribblings/websocket.scrbl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collects/net/scribblings/websocket.scrbl b/collects/net/scribblings/websocket.scrbl index 825f7742fd..d55cbbd762 100644 --- a/collects/net/scribblings/websocket.scrbl +++ b/collects/net/scribblings/websocket.scrbl @@ -74,6 +74,8 @@ This module also provides the exports from @racketmodname[net/websocket/conn]. @defmodule[net/websocket/conn] +WebSocket connection are synchronizable events. + @defparam[framing-mode mode (symbols 'old 'new)]{ Controls whether framing is as before August 16th, 2010 or after. (Most Web browsers currently support only @racket['old] and they are incompatible, so you must choose the correct one.) Defaults to @racket['old].} @defproc[(ws-conn? [x any/c]) boolean?]{ Returns true if @racket[x] is a WebSocket connection. }