--
You received this message because you are subscribed to the Google Groups "Chromium HTML5" group.
To post to this group, send email to chromiu...@chromium.org.
To unsubscribe from this group, send email to chromium-html...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-html5/?hl=en.
I am attempting to send binary data up to javascript in Chrome.ws = new WebSocket(url);ws.binaryType = "arraybuffer";I put a debugger; in my ws.onmessage, and it is never hit.On the console I read" Could not decode a text frame as UTF-8. "which is printed in my ws.onerror function.From everywhere I've read this has been supported in Chrome for some time. Can anyone let me know what I am missing?
ws.binaryType = "arraybuffer";
thanks
On Wednesday, September 7, 2011 6:49:17 PM UTC-4, Bauglir wrote:Well better to say "we thank you" :)
I've just downloaded the build and tried to receive fragmented blob
imsge, fragmented arraybuffer image and send image to server.... all
works!!
Thumbs UP!
Brona
On 7. Sep., 10:22 h., Takeshi Yoshino <tyosh...@google.com> wrote:
> It's landed for M-15.http://code.google.com/p/chromium/issues/detail?id=93652
>
> Thanks,
--
You received this message because you are subscribed to the Google Groups "Chromium HTML5" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msg/chromium-html5/-/lLBRnP5G3rQJ.
To post to this group, send email to chromiu...@chromium.org.
To unsubscribe from this group, send email to chromium-html...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-html5/?hl=en.