@bodil/core
    Preparing search index...

    Class DisposableAbortController

    An implementation of AbortController which also implements Disposable.

    Disposing the controller automatically triggers the abort signal.

    Implements

    • Returns void

    • The abort() method of the AbortController interface aborts an asynchronous operation before it has completed. This is able to abort fetch requests, the consumption of any response bodies, or streams.

      MDN Reference

      Parameters

      • Optionalreason: any

      Returns void