@mathjax/src
    Preparing search index...

    Function retryAfter

    • Tells HandleRetriesFor() to wait for this promise to be fulfilled before rerunning the code. Causes an error to be thrown, so calling this terminates the code at that point.

      Parameters

      • promise: Promise<any>

        The promise that must be satisfied before actions will continue

      • code: () => any = null

        Code to run after the retry is complete

      Returns void