Searched refs:mutation (Results 1 – 4 of 4) sorted by relevance
31 .filter(mutation => {34 … return mutation.target instanceof mutation.target.ownerDocument.defaultView.HTMLElement36 .forEach((mutation) => {37 let iframe = mutation.target.ownerDocument.defaultView.frameElement;
32 mutationList.forEach((mutation) => {34 for (let index in mutation.addedNodes) {35 let node = mutation.addedNodes[index];
258 for (let mutation of mutationsList) {259 if (mutation.type === 'childList') {260 if (mutation.addedNodes) {261 mutation.addedNodes.forEach(function (node) {269 …if (mutation.type === 'attributes' && mutation.attributeName === 'style' && mutation.target && mut…270 mutation.target.style.height = '';317 for (let mutation of mutationsList) {318 if (mutation.type === 'childList') {319 if (mutation.addedNodes) {320 mutation.addedNodes.forEach(function (node) {[all …]
1014 …edown","mouseup","click","dblclick","mouseover","mouseout","mousemove"],mutation:["DOMSubtreeModif… property