Searched refs:_sQ (Results 1 – 1 of 1) sorted by relevance
57 this._sQ = []; // Send queue property in Websock75 return this._sQ;178 if (this._sQ.length > 0) {180 this._sQ = []; property192 this._sQ = this._sQ.concat(arr);210 this._sQ = []; property322 return (new Uint8Array(this._sQ)).buffer;325 return Base64.encode(this._sQ);