MCPcopy Index your code
hub / github.com/codecombat/codecombat / canUseReadyStateChange

Function canUseReadyStateChange

app/assets/javascripts/setImmediate.js:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 }
92
93 function canUseReadyStateChange() {
94 return "document" in global && "onreadystatechange" in global.document.createElement("script");
95 }
96
97 function installNextTickImplementation(attachTo) {
98 attachTo.setImmediate = function () {

Callers 1

setImmediate.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected