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
There are lots of Buffer.from(value, ENC).toString(ENC_2) code duplication in Node. I recommend creating a C++ function to do the same execution with less JS/C++ calls. bufferToString(value, encoding_1, encoding_2); that returns a string.