onsync property

Implementation

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

Implementation

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