cbor-js icon indicating copy to clipboard operation
cbor-js copied to clipboard

Handle ArrayBuffer encoding

Open apowers313 opened this issue 8 years ago • 0 comments

Currently if an attribute in a JSON object being encoded is of type ArrayBuffer, it is silently ignored. It would be nice if somewhere around line 158, encode detected that the type was ArrayBuffer and promoted it to a Uint8Array to be encoded properly.

The same request may apply for handling other TypedArrays and DataViews.

apowers313 avatar Feb 27 '17 19:02 apowers313