Skip to main content

onSettled

property PromiseHooks.onSettled

The settled hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop.

(settled: Settled) => Function
Back to top