UNPKG

rjweb-server

Version:

Easy and Robust Way to create a Web Server with Many Easy-to-use Features in NodeJS

11 lines (10 loc) 249 B
import Base from "./Base"; export default class WsCloseContext extends Base { constructor(context) { super(context); /** * The Type of this Websocket Event * @since 5.7.0 */ this.type = 'close'; } }