MCPcopy Create free account
hub / github.com/codrops/RainEffect / run

Function run

demo/js/main.js:1307–1314  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1305 , ONREADYSTATECHANGE = 'onreadystatechange'
1306 , defer, channel, port;
1307var run = function(){
1308 var id = +this;
1309 if(queue.hasOwnProperty(id)){
1310 var fn = queue[id];
1311 delete queue[id];
1312 fn();
1313 }
1314};
1315var listner = function(event){
1316 run.call(event.data);
1317};

Callers 1

notifyFunction · 0.70

Calls 1

isThenableFunction · 0.70

Tested by

no test coverage detected