tc39 / proposal-relative-indexing-method

A TC39 proposal to add an .at() method to all the basic indexable classes (Array, String, TypedArray)
MIT License
352 stars 19 forks source link

Implementation status tracking #27

Open rkirsling opened 4 years ago

rkirsling commented 4 years ago

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

robpalme commented 2 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

ljharb commented 2 years ago

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