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

Add browser implementations #39

Closed chicoxyzzy closed 3 years ago

chicoxyzzy commented 3 years ago

It's under jscOptions=--useAtMethod=true flag now since Safari TP 120

chicoxyzzy commented 3 years ago

Closing this as proposal was merged to spec. I think repo could be archived now?

styfle commented 3 years ago

For anyone looking for browser support, its now listed on MDN

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at#browser_compatibility