MCPcopy Create free account
hub / github.com/docker/getting-started / ie8MatchesSelector

Function ie8MatchesSelector

app/src/static/js/react-bootstrap.js:8418–8427  ·  view source on GitHub ↗
(node, selector)

Source from the content-addressed store, hash-verified

8416}
8417
8418function ie8MatchesSelector(node, selector) {
8419 var matches = (0, _querySelectorAll.default)(node.document || node.ownerDocument, selector),
8420 i = 0;
8421
8422 while (matches[i] && matches[i] !== node) {
8423 i++;
8424 }
8425
8426 return !!matches[i];
8427}
8428
8429module.exports = exports["default"];
8430

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…