MCPcopy Index your code
hub / github.com/WebReflection/wicked-elements / flush

Function flush

index.js:100–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 };
99
100 var flush = function flush() {
101 var records = observer.takeRecords();
102
103 for (var i = 0, length = records.length; i < length; i++) {
104 parse(filter.call(records[i].removedNodes, elements), false);
105 parse(filter.call(records[i].addedNodes, elements), true);
106 }
107 };
108
109 var matches = function matches(element) {
110 return element.matches || element.webkitMatchesSelector || element.msMatchesSelector;

Callers 6

defineFunction · 0.85
upgradeFunction · 0.85
defineFunction · 0.85
upgradeFunction · 0.85
defineFunction · 0.85
upgradeFunction · 0.85

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected