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
{{ message }}
This repository has been archived by the owner on Sep 28, 2018. It is now read-only.
I strongly regret ever adding npm/package/module support. This is a client-side polyfill, and more a reference implementation than anything intended for production use.
Fixes welcome that don't break the non-module approach.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
By the sample (https://github.com/inexorabletash/text-encoding#api-overview) i try to use these module.
But i can't insert your module to run it.
const TextEncoder = require('text-encoding'); message = new TextEncoder("utf-8").encode(message);
Is it only a clientside module or a serverside module? No informations given. Bad docs.
The text was updated successfully, but these errors were encountered: