Can you try listening to the top level error event: ``` addEventListener('error', (e) => { conso

Can you try listening to the top level error event:
addEventListener('error', (e) => {
    console.log(e.error);
});
Was this page helpful?