mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Update spice-html5
This commit is contained in:
parent
34394c2b5e
commit
562fe5c3dc
36 changed files with 59278 additions and 1325 deletions
static/js/spice-html5
|
@ -24,6 +24,10 @@
|
|||
** callback. It will optionally save and pass along a header, useful in processing
|
||||
** the mini message format.
|
||||
**--------------------------------------------------------------------------------------*/
|
||||
|
||||
import { DEBUG } from './utils.js';
|
||||
import { combine_array_buffers } from './utils.js';
|
||||
|
||||
function SpiceWireReader(sc, callback)
|
||||
{
|
||||
this.sc = sc;
|
||||
|
@ -121,3 +125,7 @@ function wire_blob_catcher(e)
|
|||
DEBUG > 1 && console.log("id " + this.wire_reader.sc.connection_id +"; type " + this.wire_reader.sc.type);
|
||||
SpiceWireReader.prototype.inbound.call(this.wire_reader, e.data);
|
||||
}
|
||||
|
||||
export {
|
||||
SpiceWireReader,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue