onpopstate property

EventHandlerNonNull<Event>? onpopstate

Implementation

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

Implementation

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