Promise.prototype.finally

class Promise {
  finally(onFinally: Function): Promise;
}

CommonJS entry points

core-js/proposals/promise-finally