proud-librarian-99598
09/27/2022, 8:12 AMdocument.addEventListener(...)
and somehow use something from the event to know if it is a request coming from the filter or for the off-canvas (because the way I will display errors is different). Or is it better to add the event listener to each of the action buttons of the table rows, and to the filter select all separately. So I already know what request is failing? I am just wondering if adding many event listeners would have a negative impact on performance?