We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
const img = document.createElement('img') // type error: img.onerror = (e: Event) => e
playground
Only Window.onerror should have the alternative signature, but not elements. See:
Window.onerror