UNPKG

liteloader-js

Version:
8 lines (7 loc) 254 B
import {ByteBuffer, Integer} from "../Type"; export class WS_eventList { onTextReceived: (msg: String) => void onBinaryReceived: (data: ByteBuffer) => void onError: (msg: String) => void onLostConnection: (code: Integer) => void }