jmap-kit
    Preparing search index...
    • Adds an AbortController to the given Set and automatically removes it when it is aborted. Returns the same AbortController instance for chaining or further use.

      Parameters

      • set: Set<AbortController>

        Set to track the AbortController.

      • controller: AbortController

        The AbortController to track.

      Returns AbortController

      The same AbortController instance.