Skip to content

Commit badfe8b

Browse files
authored
doc: at() method is no more experimental
.at() is part of ES2022
1 parent 24b16fe commit badfe8b

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,6 @@ The standard method returns a comma-separated list of numbers. In the case of bi
169169
new BitArray(20).toString(); // "00000000 00000000 0000"
170170
```
171171

172-
### `.at()` method
173-
174-
At the time of writing this is a [proposal](https://tc39.es/proposal-relative-indexing-method/#sec-%typedarray.prototype%-additions)
175-
for the ecmascript specification. Hence, it is to be considered as _experimental_.
176-
177-
_Note: it is ~~currently [not supported](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/at#browser_compatibility) by any browser yet. So, on this specific method, we are ahead of~~ now [supported](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/at#browser_compatibility) in most recent native implementations._
178-
179172
## License
180173

181174
[![license](https://img.shields.io/github/license/swiing/Bit-TypedArray)](https://github.com/swiing/Bit-TypedArray/blob/main/LICENSE)

0 commit comments

Comments
 (0)