Provides a small JavaScript helper to get the `byteLength` value from a `DataView` object in a robust way. Useful when you need consistent access across older Node versions and engines where `DataView.prototype.byteLength` may be missing or deleted.
Project status
- The source appears to be lightly maintained: there was an upstream GitHub push on 2026-01-13, but the most recent published update is v1.0.2 from 2024-12-20.
- Apparent update cadence is slow, with no new published updates after v1.0.2 (gap of about 17 months relative to today, 2026-06-09), even though there was activity in early 2026.
AI summary generated 2026-06-09
Recent updates
v1.0.2
2024-12-20Release v1.0.2 contains no publisher-provided release notes. The code change is a small internal refactor, plus CI workflow adjustments and dependency bumps (including replacing `call-bind` usage with `call-bound`).
v1.0.1
2024-03-09Release v1.0.1 updates internal naming and test expectations, bumps a couple of dependencies, and significantly simplifies the repo's tsconfig by switching to a shared @ljharb/tsconfig base. The provided release notes are empty, so the changes are not explicitly documented there.
v1.0.0
2024-03-04Version v1.0.0 was published on 2024-03-04, but the release notes content is missing (none provided by the publisher). No information about new features, breaking changes, bug fixes, security updates, performance improvements, or migration steps is available from the provided release data.