Recursively traverses an object replacing any node.js Buffers with Uint8Arrays. This is mostly for the benefit of having a consistent behaviour when testing in node vs the browser.
Buffer
Uint8Array
Any input is valid
The equivalent to the input with all buffers replaced.
Recursively traverses an object replacing any node.js
Buffer
s withUint8Array
s. This is mostly for the benefit of having a consistent behaviour when testing in node vs the browser.