mode property

String mode

Source

@DomName('SourceBuffer.mode')
@DocsEditable()
@Experimental() // untriaged
String get mode => _blink.BlinkSourceBuffer.instance.mode_Getter_(this);
void mode=(String value)

Source

@DomName('SourceBuffer.mode')
@DocsEditable()
@Experimental() // untriaged
set mode(String value) =>
    _blink.BlinkSourceBuffer.instance.mode_Setter_(this, value);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/SourceBuffer/mode.html