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
I was surprised to see that Node Buffer wasn't properly handled by devalue even though it's just a subclass of Uint8Array. It'd be nice if I didn't have to explicitly convert Buffer to Uint8Array before serialization.
The text was updated successfully, but these errors were encountered:
I was surprised to see that Node
Buffer
wasn't properly handled by devalue even though it's just a subclass ofUint8Array
. It'd be nice if I didn't have to explicitly convertBuffer
toUint8Array
before serialization.The text was updated successfully, but these errors were encountered: