| 714 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortController) |
| 715 | */ |
| 716 | declare class AbortController { |
| 717 | constructor(); |
| 718 | /** |
| 719 | * Returns the AbortSignal object associated with this object. |
nothing calls this directly
no outgoing calls
no test coverage detected