webkitMatchesSelector method

bool webkitMatchesSelector(
  1. String selectors
)

Implementation

bool webkitMatchesSelector(String selectors) =>
    js_util.callMethod(this, 'webkitMatchesSelector', [selectors]);