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.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
Any plans to get this done? |
Beta Was this translation helpful? Give feedback.
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.Beta Was this translation helpful? Give feedback.
All reactions