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
Buffer's toLocaleString() is inherited from Uint8Array which makes it less than useful. For the time being, it should likely simply defer to toString() using the default platform charset.
The
toLocaleString()
method is intended to provide a locale-sensitive toString() variant for various types.Buffer's
toLocaleString()
is inherited from Uint8Array which makes it less than useful. For the time being, it should likely simply defer totoString()
using the default platform charset./cc @trevnorris @srl295 @addaleax
(PR incoming soon)
The text was updated successfully, but these errors were encountered: