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.