Open rkirsling opened 4 years ago
This was implemented in Safari Tech Preview but did not get mentioned in the releases notes. STP 132 talks about String#at
and TypeArray#at
but there is no mention of which release contains Array#at
14.1 has it flagged according to https://github.com/kangax/compat-table/commit/09bd7ce4f963e2a2bc136043b2105dfe63256b11 ; and TP 132 claims it’s got it unflagged https://github.com/kangax/compat-table/pull/1753
JSC: https://bugs.webkit.org/show_bug.cgi?id=217115
V8: https://bugs.chromium.org/p/v8/issues/detail?id=10961
SM: https://bugzilla.mozilla.org/show_bug.cgi?id=1658308