deno.com

interface CloseEvent

extends Event

Properties #

#code: number
readonly

Returns the WebSocket connection close code provided by the server.

#reason: string
readonly

Returns the WebSocket connection close reason provided by the server.

#wasClean: boolean
readonly

Returns true if the connection closed cleanly; false otherwise.