supports method

  1. @DomName('CompositorProxy.supports')
  2. @DocsEditable()
  3. @Experimental()
bool supports(String attribute)

Source

@DomName('CompositorProxy.supports')
@DocsEditable()
@Experimental() // untriaged
bool supports(String attribute) => _blink.BlinkCompositorProxy.instance
    .supports_Callback_1_(this, attribute);

© 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/CompositorProxy/supports.html