On this page
supports method
- @DomName('CSS.supports')
- @DocsEditable()
Source
@DomName('CSS.supports')
@DocsEditable()
static bool supports(String property, String value) =>
_blink.BlinkCSS.instance.supports_Callback_2_(property, 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/Css/supports.html