get closed()

in src/index.js [207:209]


  get closed() {
    return (! this._socket) || (this._socket.readyState === 3);
  }