You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result of cettia/cettia-javascript-client#9, it turns out that it is better to accept typed arrays as well as Buffer to handle binary data. That means, when determining if the given object is binary, ArrayBuffer.isView as well as Buffer.isBuffer should be used.
But, transport's binary event should accept Buffer only.
The text was updated successfully, but these errors were encountered:
As a result of cettia/cettia-javascript-client#9, it turns out that it is better to accept typed arrays as well as Buffer to handle binary data. That means, when determining if the given object is binary,
ArrayBuffer.isView
as well asBuffer.isBuffer
should be used.But, transport's
binary
event should acceptBuffer
only.The text was updated successfully, but these errors were encountered: