| 705 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortController) |
| 706 | */ |
| 707 | declare class AbortController { |
| 708 | constructor(); |
| 709 | /** |
| 710 | * Returns the AbortSignal object associated with this object. |
nothing calls this directly
no outgoing calls
no test coverage detected