Skip to content

Commit

Permalink
docs(immutable-arraybuffer): update README (#2726)
Browse files Browse the repository at this point in the history
  • Loading branch information
erights authored Feb 18, 2025
1 parent 9aac805 commit 2f40709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/immutable-arraybuffer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ The emulated immutable buffers inherit directly from an intermediate prototype w

The immutable-arraybuffer shim additionally adds to `ArrayBuffer.prototype` a
- `transferToImmutable` method trivially derived from the ponyfill's `transferBufferToImmutable`.
- `sliceToImmutable` method trivially derived from the ponyfill's `sliceBufferToImmutable`.
- `immutable` read-only accessor property trivially derived from the ponyfill's `isBufferImmutable`.

## Caveats
Expand Down

0 comments on commit 2f40709

Please sign in to comment.