queryCommandSupported method

bool queryCommandSupported(
  1. String commandId
)

Implementation

bool queryCommandSupported(String commandId) =>
    js_util.callMethod(this, 'queryCommandSupported', [commandId]);