Skip to content

Commit

Permalink
Update ArrayBuffer.json Safari to "preview" for detached, `transf…
Browse files Browse the repository at this point in the history
…er`, and `transferToFixedLength` (mdn#21724)

* Update ArrayBuffer.json Safari to `preview` for `detached`, `transfer`, and `transferToFixedLength`

STP 184 added support for `ArrayBuffer.prototype.detached`, `ArrayBuffer.prototype.transfer`, and `ArrayBuffer.prototype.transferToFixedLength`

Release note:
https://developer.apple.com/documentation/safari-technology-preview-release-notes/stp-release-184

Commits:
WebKit/WebKit@cbdbb78
WebKit/WebKit@fe0aa79
WebKit/WebKit@1007b7a

* Update ArrayBuffer.json
  • Loading branch information
celestaria authored Dec 23, 2023
1 parent c608588 commit 031bfd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions javascript/builtins/ArrayBuffer.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "preview"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down Expand Up @@ -512,7 +512,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "preview"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down Expand Up @@ -552,7 +552,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "preview"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit 031bfd4

Please sign in to comment.