Showing 1-20 of 515 packages
Get the byteOffset out of a DataView, robustly.
Get the ArrayBuffer out of a DataView, robustly.
Get the byteLength out of a DataView, robustly.
DataView.
Detect native DataView support.
Polyfill for `DataView#getBigInt64`, `DataView#getBigUint64`, `DataView#setBigInt64` and `DataView#setBigUint64`
Test if a value is a DataView.
A serializer implementation relying on the native DataView API
A wrapper around the native DataView which can handle multiple ArrayBuffers.
Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
A DataView for node Buffers.
Create a `DataView` over an `ArrayBuffer`/8-bit typed array (commonly used in the browsers) or a `Buffer` (commonly used in Node.js).
Plain methods to avoid creating `DataView`s
Minimal DataView implementation that works with Node.js Buffers
Efficient DataView for isomorphic libraries
Convert a Node-API value corresponding to a DataView to a pointer having a specified data type.
Advanced data views for Obsidian.md.
DataView utilities
Assert that a Node-API value is a Node-API DataView.
Wrapper for JavaScript's ArrayBuffer/DataView