Web/API/SVGElement/abort event

From Get docs


The abort event is fired when page loading is stopped before an SVG element has been allowed to load completely. This basically implements the standard abort DOM event.

Bubbles No
Cancelable No
Interface SVGEvent
Event handler property onabort

Examples

svgElem.addEventListener('abort', () => {
  console.log('Load aborted.');
})

 

Specifications

Not really described anywhere specifically, but mentioned in the SVG 2 spec.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
abort event Chrome

?

Edge

?

Firefox

?

IE

?

Opera

?

Safari

?

WebView Android

?

Chrome Android

?

Firefox Android

?

Opera Android

?

Safari iOS

?

Samsung Internet Android

?

Legend

Compatibility unknown  
Compatibility unknown