urlb64touint8array

1.0.3 • Public • Published

urlb64touint8array

The Uint8Array typed array represents an array of 8-bit unsigned integers. The contents are initialized to 0. Once established, you can reference elements in the array using the object's methods, or using standard array index syntax (that is, using bracket notation).

General use case:

Used while exchanging secret key between client and server.

Installation

npm install urlb64touint8array

Usage

import toUint8Array from 'urlb64touint8array';

or

var toUint8Array = require('urlb64touint8array');

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    144
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    144
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i urlb64touint8array

Weekly Downloads

104

Version

1.0.3

License

MIT

Unpacked Size

1.82 kB

Total Files

3

Last publish

Collaborators

  • gbhasha