angular-websocket
angular-websocket copied to clipboard
How to use arraybuffer support?
I see the change here, however I do not know how to use it.
https://github.com/AngularClass/angular-websocket/commit/fac7d4504c746d3ed4529afaa4cb698b9e7aee63
I need to send ArrayBuffer's thru it.
you can try this:
$websocket("addr", ["proto"],
{
binaryType: "arraybuffer"
});
for now,$websocket work in arraybuffer mode