Readonly
The byte-string content. For DECODED values this is a zero-copy view aliasing the input buffer passed to decodeCbor - call .slice() before mutating either side, since this deliberately does not copy.
decodeCbor
.slice()
The byte-string content. For DECODED values this is a zero-copy view aliasing the input buffer passed to
decodeCbor- call.slice()before mutating either side, since this deliberately does not copy.