Skip to content

Add core-js polyfill for Promise.finally()

Nathan Friend requested to merge nfriend-add-promise-finally-polyfill into master

What does this MR do?

Adds a core-js polyfill for the Promise.finally() method.

Promise.finally() is a part of the latest ECMAScript draft specification. However, it isn't supported in IE 11 or Edge <= 17.

What are the relevant issue MR numbers?

https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/12#note_148522887

Does this MR meet the acceptance criteria?

Merge request reports