We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89def39 commit 0fe97e8Copy full SHA for 0fe97e8
README.md
@@ -62,7 +62,7 @@ As for NodeJS, calling `require("EncoderAndDecoderNodeJS.min.js")` yields the fo
62
```Javascript
63
module.exports = {
64
TextEncoder: function TextEncoder(){/*...*/},
65
- TextDecoder: function TextEncoder(){/*...*/},
+ TextDecoder: function TextDecoder(){/*...*/},
66
encode: TextEncoder.prototype.encode,
67
decode: TextDecoder.prototype.decode
68
}
0 commit comments