| 783 | */ |
| 784 | stopImmediatePropagation(): void; |
| 785 | /** |
| 786 | * The **`preventDefault()`** method of the Event interface tells the user agent that if the event does not get explicitly handled, its default action should not be taken as it normally would be. |
| 787 | * |
| 788 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault) |
nothing calls this directly
no outgoing calls
no test coverage detected