angular / ngSocket

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

support binary message (ArrayBuffer, Blob) #36

Closed allyusd closed 5 years ago

allyusd commented 9 years ago

Ref: https://developer.mozilla.org/en-US/docs/Web/API/WebSocket http://stackoverflow.com/questions/9462879/how-do-i-tell-the-type-of-websocket-onmessages-parameter

Review on Reviewable