onaudioend property

EventHandlerNonNull<Event>? onaudioend

Implementation

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

Implementation

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