queryCommandSupported method

  1. @DomName('Document.queryCommandSupported')
  2. @DocsEditable()
bool queryCommandSupported (String commandId)

Implementation

@DomName('Document.queryCommandSupported')
@DocsEditable()
bool queryCommandSupported(String commandId) native;