Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codecombat/codecombat
/ canUseMessageChannel
Function
canUseMessageChannel
app/assets/javascripts/setImmediate.js:70–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
function
canUseMessageChannel() {
71
return
!!global.MessageChannel;
72
}
73
74
function
canUsePostMessage() {
75
// The test against `importScripts` prevents this implementation from being installed inside a web worker,
Callers
1
setImmediate.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected