onunhandledrejection property

EventHandlerNonNull<Event>? onunhandledrejection

Implementation

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

Implementation

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