onabort property

Implementation

EventHandlerNonNull? get onabort => js_util.getProperty(this, 'onabort');
void onabort=(EventHandlerNonNull<Event>? newValue)

Implementation

set onabort(EventHandlerNonNull? newValue) {
  js_util.setProperty(this, 'onabort', newValue);
}