1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

update spice-html5 packages to release 0.30

This commit is contained in:
catborise 2022-06-28 12:20:16 +03:00
parent 7bb5d6f313
commit d0e3c11ccf
37 changed files with 236 additions and 138 deletions

2
static/js/spice-html5/port.js Executable file → Normal file
View file

@ -20,7 +20,7 @@
*/
import { Constants } from './enums.js';
import { DEBUG } from './utils.js';
import { DEBUG, arraybuffer_to_str } from './utils.js';
import { SpiceConn } from './spiceconn.js';
import { SpiceMsgPortInit } from './spicemsg.js';