onaudioprocess property

EventHandlerNonNull<Event>? onaudioprocess

Implementation

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

Implementation

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