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
Node supports WHATWG Encoding Standard.
Node 11+ exports TextEncoder and TextDecoder in global scope.
In lower versions, both classes are exported under util module.
Note: we use "require" import of util because it seems that "import"
imports a no-buil-in "util" package. More investigation is required.
Fixes#171
Node supports WHATWG Encoding Standard.
Node 11+ exports TextEncoder and TextDecoder in global scope.
In lower versions, both classes are exported under util module.
Note: we use "require" import of util because it seems that "import"
imports a no-buil-in "util" package. More investigation is required.
Fixes#171
warning " > [email protected]" has incorrect peer dependency "text-encoding@^0.6.4".
The text was updated successfully, but these errors were encountered: