Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ worker.js
File
worker.js
tests/assets/worker/worker.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
console.log(
'hello from the worker'
);
2
3
function
workerFunction() {
4
return
'worker function result'
;
Callers
nothing calls this directly
Calls
1
log
Method · 0.80
Tested by
no test coverage detected