diff --git a/dom.bs b/dom.bs index 14f1e065..9029540c 100644 --- a/dom.bs +++ b/dom.bs @@ -278,7 +278,7 @@ function imgFetched(ev) { Event listeners can be removed by utilizing the {{EventTarget/removeEventListener()}} -method passing the same arguments. +method, passing the same arguments. Alternatively, event listeners can be removed by passing an {{AbortSignal}} to {{EventTarget/addEventListener()}} and calling {{AbortController/abort()}} on the controller