angular / ngSocket

WebSocket support for angular
Apache License 2.0
204 stars 25 forks source link

support binary message (ArrayBuffer, Blob) #35

Open allyusd opened 9 years ago

allyusd commented 9 years ago

support binary message? I try do this, but it not pass test... https://github.com/allyusd/ngSocket/commit/e4cc25a63b3d8ce5e161b602f2fde1bf1ea4e0e1

allyusd commented 9 years ago

I find my problem, and create pull request https://github.com/angular/ngSocket/pull/36