onuncapturederror property

EventHandlerNonNull<Event>? onuncapturederror

Implementation

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

Implementation

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