Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/violentmonkey/violentmonkey
/ util-task.js
File
util-task.js
src/injected/content/util-task.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
getData = describeProperty(MessageEvent[PROTO],
'data'
).get;
2
const
{ port1, port2 } =
new
MessageChannel();
3
const
postMessage = port1.postMessage.bind(port1);
4
const
queue = createNullObj();
Callers
nothing calls this directly
Calls
2
getData
Function · 0.85
cb
Function · 0.50
Tested by
no test coverage detected