On Fri, Jun 15, 2012 at 12:32:37PM -0700, Glyph wrote:
> On Jun 15, 2012, at 10:13 AM, Laurens Van Houtven wrote:
> > The issue is that while AMP is inherently a binary protocol, WebSockets
> > transfer text (well, that's a lie: there's a binary version, but it's even
> > less widely supported th
How do you process that data on the client side given the poor support of
ArrayBuffer and Blob?
On Monday, June 18, 2012, Corbin Simpson wrote:
> On Fri, Jun 15, 2012 at 12:32:37PM -0700, Glyph wrote:
> > On Jun 15, 2012, at 10:13 AM, Laurens Van Houtven wrote:
> > > The issue is that while AMP i
On Mon, Jun 18, 2012 at 04:33:17PM -0500, Laurens Van Houtven wrote:
> How do you process that data on the client side given the poor support of
> ArrayBuffer and Blob?
Good question! I haven't really read through that part of noVNC. I try to stay
blissfully ignorant of the details. You could read