MCPcopy Create free account
hub / github.com/Tampermonkey/tampermonkey / postLoadEvent

Function postLoadEvent

src/environment.js:234–246  ·  view source on GitHub ↗
(fn, that)

Source from the content-addressed store, hash-verified

232};
233
234var postLoadEvent = function(fn, that) {
235 if (V || EV) console.log("env: postLoadEvent!");
236 var p = {
237 attrName : "null",
238 newValue : "null",
239 prevValue : "null",
240 eventPhase : window.Event.AT_TARGET,
241 attrChange: MutationEvent.ADDITION,
242 target: document,
243 relatedNode: document,
244 srcElement: document };
245 applyEvent(eLOAD, p, fn, that);
246};
247
248var postDomEventListener = function(fn, that) {
249 if (V || EV) console.log("env: postDomEventListener!");

Callers 1

wrapFunction · 0.85

Calls 1

applyEventFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…