Sha256: e07abbcdd0b61c5d032bc6ecd3adc923c0a44ee0f1d3b286362a7f741be60bcc

Contents?: true

Size: 331 Bytes

Versions: 9

Compression:

Stored size: 331 Bytes

Contents

var typedArrayConstructor = require('../internals/typed-array-constructor');

// `Uint8Array` constructor
// https://tc39.github.io/ecma262/#sec-typedarray-objects
typedArrayConstructor('Uint8', 1, function (init) {
  return function Uint8Array(data, byteOffset, length) {
    return init(this, data, byteOffset, length);
  };
});

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
disco_app-0.18.0 test/dummy/node_modules/core-js/modules/es.typed-array.uint8-array.js
disco_app-0.18.2 test/dummy/node_modules/core-js/modules/es.typed-array.uint8-array.js
jester-data-8.0.0 node_modules/core-js/modules/es.typed-array.uint8-array.js
ezii-os-5.2.1 node_modules/core-js/modules/es.typed-array.uint8-array.js
ezii-os-2.0.1 node_modules/core-js/modules/es.typed-array.uint8-array.js
ezii-os-1.1.0 node_modules/core-js/modules/es.typed-array.uint8-array.js
ezii-os-1.0.0 node_modules/core-js/modules/es.typed-array.uint8-array.js
ezii-os-0.0.0.1.0 node_modules/core-js/modules/es.typed-array.uint8-array.js
ezii-os-0.0.0.0.1 node_modules/core-js/modules/es.typed-array.uint8-array.js