Replies: 7 comments
|
+1 |
0 replies
|
Apparently, types |
0 replies
|
Isn't it easier to support those data types than unicode ? At least they are not hit by surrogates conversion problems. |
0 replies
|
@kapouer: I don't know. We should support at least one of those two: proper unicode or binary data. In the perfect world we would support both. I'm aware of that. |
0 replies
|
Does SockJS now support: binary / blob / ArrayBuffer? |
0 replies
|
+1 |
0 replies
|
Any plans to get this done? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Spec says that
sendmethod should acceptstring,Blob, andArrayBufferdata types as a parameter. We should support that.All reactions