The event argument object for the web
{
code: <number>,
reason: <string>,
wasClean: <boolean>
}
Introduced: X14.
Property | Description |
---|---|
code | The close code sent by the server. |
reason | The reason the server closed the connection. |
was |
Indicates whether or not the connection was cleanly closed. |