after(promise)


在承诺(Promise)续链执行后立即调用。这可能发生在 then()catch()finally() 处理程序之后,或者在另一个 await 之后的 await 之前。

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