Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Nov 19, 2020
1 parent 7a54a04 commit 691b17c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**Note:** This proposal was not upstreamed into the ECMAScript specification! This repository is kept for historical purposes. Years later, in November 2020, [a distinct proposal](https://github.com/tc39/proposal-item-method) adds `String.prototype.at` with different semantics.

# ES6/ES7 `String.prototype.at` polyfill [![Build status](https://travis-ci.org/mathiasbynens/String.prototype.at.svg?branch=master)](https://travis-ci.org/mathiasbynens/String.prototype.at)

A robust & optimized ES3-compatible polyfill for [the `String.prototype.at` proposal for ECMAScript 6/7](http://esdiscuss.org/topic/string-prototype-symbolat-improved-string-prototype-charat).
Expand Down

0 comments on commit 691b17c

Please sign in to comment.