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 #
(promise: Promise<unknown>): void Called immediately after a promise continuation executes. This may be after a then(), catch(), or finally() handler or before an await after another await.
(promise: Promise<unknown>): void