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
Support CBOR as alternative to JSON for event data. Also support CBOR for parsedData.
The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation
Support CBOR as alternative to JSON for event data. Also support CBOR for
parsedData
.https://webconcepts.info/specs/IETF/RFC/7049
https://www.npmjs.com/package/cbor-x
The text was updated successfully, but these errors were encountered: