CloseEvent - Web APIs | MDN
Constructor
CloseEvent()-
Creates a new
CloseEvent.
Instance properties
This interface also inherits properties from its parent, Event.
CloseEvent.codeRead only-
Returns an
unsigned shortcontaining the close code. CloseEvent.reasonRead only-
Returns a string indicating the reason the server closed the connection. This is specific to the particular server and sub-protocol.
CloseEvent.wasCleanRead only-
Returns a boolean value that Indicates whether or not the connection was cleanly closed.
Instance methods
This interface also inherits methods from its parent, Event.
Specifications
| Specification |
|---|
| WebSockets # the-closeevent-interface |