Skip to content

Instantly share code, notes, and snippets.

View jviide's full-sized avatar
📴
Not available.

jviide

📴
Not available.
View GitHub Profile

finally-polyfill

A tiny ~150-byte polyfill for Promise.prototype.finally.

Useful for browsers that support Promise but not the .finally() method.

Usage

npm install finally-polyfill