Open mustafaakin opened 8 years ago
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
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.