ES spec-compliant shim for `ArrayBuffer.prototype.slice`, provided for JavaScript environments where it may be missing or unsupported. Useful if you need to create sliced `ArrayBuffer` instances consistently, by calling the `shim` method when `ArrayBuffer.prototype.slice` is unavailable.
Project status
- The source (ES spec compliant shim) appears to be in maintenance mode or quiet, with the last upstream push on 2024-12-15 and no evidence of updates since then, which is about 21 months relative to 2026-09-10.
- Update cadence was sporadic in earlier history, with tags roughly in 2023-07, 2023-09, 2024-02, and 2024-12, after which it goes inactive (no recent updates).
AI summary generated
Recent updates
v1.0.4
No publisher release notes were provided for v1.0.4. The code changes in this release are primarily internal version bumps (notably es-abstract 2023 to 2024) plus CI/test workflow adjustments and dependency updates.
v1.0.3
Release v1.0.3 does not include any publisher-provided release notes. The code changes are primarily dependency bumps plus a small refactor in implementation.js to obtain TypeError via es-errors instead of get-intrinsic.
v1.0.2
The publisher did not provide any release notes for v1.0.2, so the specific changes are not documented. Developers should review the GitHub compare diff (v1.0.1...v1.0.2) and changelog/commit history to identify any undocumented fixes or compatibility impacts.
v1.0.1
v1.0.1 updates the ArrayBuffer.prototype.slice shim to better handle older Node.js environments and refreshes several dependency versions. No publisher release notes were provided for this version (release notes: none), so the main behavior change must be inferred from the code diff and changelog entry.
v1.0.0
This release is tagged v1.0.0, but no release notes were provided by the publisher. As a result, there is insufficient information to identify specific new features, breaking changes, or fixes from the release notes alone.