oncanplay property

Implementation

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

Implementation

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