AuHau / web-encoding

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Package also works as ES module and CommonJS module.

Usage

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

Install

npm install web-encoding

About

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


Languages

Language:JavaScript 100.0%