web api interface
CloseEvent
Available in workers
A CloseEvent is sent to clients using WebSockets when the connection is closed. This is delivered to the listener indicated by the WebSocket object’s onclose attribute.
Constructor
CloseEvent()- : Creates a new
CloseEvent.
- : Creates a new
Instance properties
This interface also inherits properties from its parent, Event.
codeRead only- : Returns an
unsigned shortcontaining the close code.
- : Returns an
reasonRead only- : Returns a string indicating the reason the server closed the connection. This is specific to the particular server and sub-protocol.
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
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.