JSPM

@polkadot/x-textdecoder

4.1.2-1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 200927
  • Score
    100M100P100Q184382F
  • License Apache-2.0

A TextDecoder replacement

Package Exports

  • @polkadot/x-textdecoder

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@polkadot/x-textdecoder) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@polkadot/x-textdecoder

A cross-environment TextDecoder.

Install it via yarn add @polkadot/x-textdecoder

import TextDecoder from '@polkadot/x-textdecoder';

...
const decoder = new TextDecoder('utf-8');