question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add polyfill support for `Promise.prototype.finally`

See original GitHub issue

Promise.prototype.finally has landed in TC-39. https://github.com/tc39/proposals/blob/master/finished-proposals.md

Can polyfill + extern support be added to Closure Compiler?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:4
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
brad4dcommented, Apr 6, 2018

This was included in the v20180402 release.

0reactions
brad4dcommented, Mar 12, 2018

@concavelenz has a draft polyfill in review.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to add a polyfill to support finally() in Edge?
A finally callback will not receive any argument, since there's no reliable means of determining if the promise was fulfilled or rejected.
Read more >
promise.prototype.finally - npm
Start using promise.prototype.finally in your project by running `npm i promise.prototype.finally`. There are 208 other projects in the npm ...
Read more >
finally-polyfill.md - gists · GitHub
finally-polyfill. A tiny ~150-byte polyfill for Promise.prototype.finally . Useful for browsers that support Promise but not the .finally() method.
Read more >
Promise.prototype.finally() - JavaScript - MDN Web Docs
The finally() method of a Promise object schedules a function to be called when the promise is settled (either fulfilled or rejected).
Read more >
Finally the Promise.prototype.finally() is available
The spec spec-compliant polyfill is available here: https://github.com/es-shims/Promise.prototype.finally. You can integrate it in your ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found