bool hasFeature(
String feature,
String version
)

Not documented.

Source

@DomName('DOMImplementation.hasFeature')
@DocsEditable()
bool hasFeature(String feature, String version) => _blink.BlinkDOMImplementation.instance.hasFeature_Callback_2_(unwrap_jso(this), feature, version);