Skip to content

Commit

Permalink
Promise.prototype.finally is at stage 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 24, 2018
1 parent 264ba1d commit ec6716d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import 'airbnb-js-shims';
- [Object.values](https://www.npmjs.com/package/object.values) (ES8/ES2017)
- [String.prototype.padStart](https://www.npmjs.com/package/string.prototype.padstart) (ES8/ES2017)
- [String.prototype.padEnd](https://www.npmjs.com/package/string.prototype.padend) (ES8/ES2017)
- [Promise.prototype.finally](https://npmjs.com/package/promise.prototype.finally) (Stage 3, ES2018 candidate)
- [Promise.prototype.finally](https://npmjs.com/package/promise.prototype.finally) (Stage 4, ES2018)
- [Array.prototype.flatten](https://npmjs.com/package/array.prototype.flatten) (Stage 3, ES2018 candidate)
- [Array.prototype.flatMap](https://npmjs.com/package/array.prototype.flatMap) (Stage 3, ES2018 candidate)

Expand Down

0 comments on commit ec6716d

Please sign in to comment.