[][src]Type Definition seed::browser::web_socket::CloseEvent

type CloseEvent = CloseEvent;

A CloseEvent is sent to clients using Web Sockets when the connection is closed.

MDN reference