onrejectionhandled property

EventHandlerNonNull<Event>? onrejectionhandled

Implementation

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

Implementation

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