onuncapturederror property
EventHandlerNonNull<Event> ?
get
onuncapturederror
Implementation
EventHandlerNonNull? get onuncapturederror =>
js_util.getProperty(this, 'onuncapturederror');
set
onuncapturederror
(EventHandlerNonNull<Event> ? newValue)
Implementation
set onuncapturederror(EventHandlerNonNull? newValue) {
js_util.setProperty(this, 'onuncapturederror', newValue);
}