João Ribeiro
Results
1
issues of
João Ribeiro
On browsers not supporting `BigUint64Array` or `BigInt64Array`, cbor-x is throwing an exception `null is not an object (evaluating 'TypedArray.BYTES_PER_ELEMENT`. This is due to this code: https://github.com/kriszyp/cbor-x/blob/master/decode.js#L1064-L1065 You can reproduce this...