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
Actually this is kind of awesome, I'm not sure I would consider this problematic but an (accidental) usage of Immutable.js's value protocol by node Buffer.
I suppose this is a problem for Immutable.js as much as the following is a problem for Node:
I'm curious what your expectations here. Should we not treat buffers as values? Does this cause a real issue for you, or is this only a theoretical concern?
Is this considered a problem for Immutable's
is
algrorithm?(Try above snippet on Tonic)
see Node Buffer#equals()
The text was updated successfully, but these errors were encountered: