Skip to main content

After

interface After

Called immediately after a promise continuation executes. This may be after a then(), catch(), or finally() handler or before an await after another await.

Call Signatures Jump to heading

(promise: Promise<unknown>): void
Back to top