As I understand ArrayBuffer
length is set only by constructor and cannot be changed dynamically. So I am curious, is it possible using websockets binary data messages send arraybuffer certain part, not whole buffer?
Take the 2-minute tour
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
|
|||||
|
You can use
|
||||
Read these articles the specification was changed. http://www.html5rocks.com/en/tutorials/webgl/typed_arrays/ http://updates.html5rocks.com/2012/06/How-to-convert-ArrayBuffer-to-and-from-String |
|||
|