web-encoding

TextEncoder and TextDecoder APIs from Encoding Standard APIs in a universal package

MIT 15 个版本
安装
npm install web-encoding
yarn add web-encoding
pnpm add web-encoding
bun add web-encoding
README

web-encoding

Node.js CI package downloads styled with prettier

This package provides TextEncoder and TextDecoder Encoding Standard APIs in a universal package. In the browsers it just exposes existing globals, in nodejs it exposes globals in newer node versions and ones from util module in older versions, and in the React Native environments it exposes these from the @zxing/text-encoding polyfill (installed as an optional dependency).

Package also works as ES module and CommonJS module.

Usage

import { TextEncoder, TextDecoder } from "web-encoding"

Install

npm install web-encoding
版本列表
1.1.5 2021-04-20
1.1.4 2021-04-06
1.1.3 2021-03-31
1.1.2 2021-03-30
1.1.1 2021-03-30
1.1.0 2021-02-18
1.0.6 2020-12-15
1.0.5 2020-12-15
1.0.4 2020-09-14
1.0.3 2020-08-19
1.0.2 2020-07-23
1.0.1 2020-07-22
1.0.0 2020-07-22
0.0.0 2020-07-22
0.0.0-dev 2020-07-22