Replies: 7 comments
-
Apparently, types |
Beta Was this translation helpful? Give feedback.
-
Isn't it easier to support those data types than unicode ? At least they are not hit by surrogates conversion problems. |
Beta Was this translation helpful? Give feedback.
-
@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. |
Beta Was this translation helpful? Give feedback.
-
Does SockJS now support: binary / blob / ArrayBuffer? |
Beta Was this translation helpful? Give feedback.
-
Any plans to get this done? |
Beta Was this translation helpful? Give feedback.
-
Spec says that
send
method should acceptstring
,Blob
, andArrayBuffer
data types as a parameter. We should support that.Beta Was this translation helpful? Give feedback.
All reactions