Skip to content

Commit

Permalink
FF122 ArrayBuffer.transfer() and friends - remove experimental tagging (
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Jan 9, 2024
1 parent fb23ffd commit a0b5c6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ console.log(newBuffer.detached); // false

## See also

- [Polyfill of `ArrayBuffer.prototype.detached` in `core-js`](https://github.com/zloirock/core-js#arraybufferprototypetransfer-and-friends)
- {{jsxref("ArrayBuffer")}}
- {{jsxref("ArrayBuffer.prototype.transfer()")}}
- {{jsxref("ArrayBuffer.prototype.transferToFixedLength()")}}
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ buffer3.transfer(20); // RangeError: Invalid array buffer length

## See also

- [Polyfill of `ArrayBuffer.prototype.transfer()` in `core-js`](https://github.com/zloirock/core-js#arraybufferprototypetransfer-and-friends)
- {{jsxref("ArrayBuffer")}}
- {{jsxref("ArrayBuffer.prototype.detached")}}
- {{jsxref("ArrayBuffer.prototype.transferToFixedLength()")}}
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ console.log(view2[7]); // 4

## See also

- [Polyfill of `ArrayBuffer.prototype.transferToFixedLength()` in `core-js`](https://github.com/zloirock/core-js#arraybufferprototypetransfer-and-friends)
- {{jsxref("ArrayBuffer")}}
- {{jsxref("ArrayBuffer.prototype.detached")}}
- {{jsxref("ArrayBuffer.prototype.transfer()")}}

0 comments on commit a0b5c6a

Please sign in to comment.