[Spice-devel] [PATCH 2/3] SPICE port implementation
Jeremy White
jwhite at codeweavers.com
Thu Sep 22 17:28:11 UTC 2016
Hey Oliver,
Thanks for this patch; it broadly looks good to me, with one question:
On 09/20/2016 09:30 AM, Oliver Gutierrez wrote:
> + this.portName = new TextDecoder('utf-8').decode(new Uint8Array(m.name));
TextDecoder is considered experimental, and is not supported by IE.
Could this be implemented a different way?
Cheers,
Jeremy
More information about the Spice-devel
mailing list