Skip to main content

Promise.prototype.finally

Less than 1 minutefeaturees-proposalmissing-example

Promise.prototype.finallyopen in new window

Types

interface Promise<T> {
  finally(onFinally: () => void): Promise<T>;
}

Entry points

core-js/proposals/promise-finally