Search
array-buffer-byte-length
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
v1.0.2 URL:
https://unpkg.com/array-buffer-byte-length@1.0.2/index.js
Open
Browse Files
shim
polyfill
ArrayBuffer
byteLength
byte
length
es-shim API
es-shims
typed-array-length
Robustly get the length of a Typed Array
v1.0.7 URL:
https://unpkg.com/typed-array-length@1.0.7/index.js
Open
Browse Files
typed
array
length
robust
es
Int8Array
Uint8Array
Uint8ClampedArray
Int16Array
Uint16Array
Int32Array
Uint32Array
Float32Array
Float64Array
data-view-byte-length
Get the byteLength out of a DataView, robustly.
v1.0.2 URL:
https://unpkg.com/data-view-byte-length@1.0.2/index.js
Open
Browse Files
javascript
ecmascript
dataview
data
view
byte
length
byteLength
robust
typed-array-byte-length
Robustly get the byte length of a Typed Array
v1.0.3 URL:
https://unpkg.com/typed-array-byte-length@1.0.3/index.js
Open
Browse Files
typed
array
byteLength
byte
length
robust
es
Int8Array
Uint8Array
Uint8ClampedArray
Int16Array
Uint16Array
Int32Array
Uint32Array
Float32Array
Float64Array
BigInt64Array
BigUint64Array
string-length
Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes
v6.0.0 URL:
https://unpkg.com/string-length@6.0.0/index.js
Open
Browse Files
unicode
string
length
size
count
astral
symbol
surrogates
codepoints
ansi
escape
codes