Home
last modified time | relevance | path

Searched refs:_sQ (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/webclients/novnc/include/
Dwebsock.js57 this._sQ = []; // Send queue property in Websock
75 return this._sQ;
178 if (this._sQ.length > 0) {
180 this._sQ = []; property
192 this._sQ = this._sQ.concat(arr);
210 this._sQ = []; property
322 return (new Uint8Array(this._sQ)).buffer;
325 return Base64.encode(this._sQ);