Handbook
Glossary
WEBSOCKET-CLOSE-RESERVED? ( object -- ? )
Vocabulary
http
.
websockets
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
WEBSOCKET-CLOSE-RESERVED
class.
Definition
USING:
kernel
;
IN:
http.websockets
:
WEBSOCKET-CLOSE-RESERVED?
( object -- ? )
\
WEBSOCKET-CLOSE-RESERVED
eq?
;