DEV Community

Lavender
Lavender

Posted on

Using Promises in finally in ES6

promise
  .then((result) => { ··· })
  .catch((error) => { ··· })
  .finally(() => {
    /\*logic independent of success/error \*/
  })
Enter fullscreen mode Exit fullscreen mode

The handler is called when the promise is fulfilled or rejected

Useful links

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs