[Spice-devel] [PATCH] Added needed import of function arraybuffer_to_str
Oliver Gutiérrez
ogutsua at gmail.com
Thu Jul 2 14:53:11 UTC 2020
Hi there.
Is there any option to get this fix into spice-html5 code?
Thanks in advance.
El jue., 28 may. 2020 a las 13:33, Oliver Gutierrez (<ogutierrez at redhat.com>)
escribió:
> This is a patch to fix the SPICE port feature not being working since the
> change made to use module imports instead of inline loading of scripts.
>
> Right now works with only this change.
>
> On Thu, May 28, 2020 at 1:31 PM Oliver Gutierrez <ogutsua at gmail.com>
> wrote:
>
>> ---
>> src/port.js | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/src/port.js b/src/port.js
>> index 74523ae..b254131 100644
>> --- a/src/port.js
>> +++ b/src/port.js
>> @@ -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';
>>
>> --
>> 2.25.1
>>
>> _______________________________________________
>> Spice-devel mailing list
>> Spice-devel at lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/spice-devel
>>
>>
>
> --
> Oliver Gutierrez
> Software Engineer - Desktop Management tools
> Red Hat
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20200702/b58c985f/attachment.htm>
More information about the Spice-devel
mailing list