Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2916125
worker_threads.worker.mjs
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
314 B
Referenced Files
None
Subscribers
None
worker_threads.worker.mjs
View Options
import { parentPort, workerData, isMainThread, getEnvironmentData } from 'node:worker_threads';
if (parentPort) {
parentPort.postMessage({
ok: true,
isMainThread,
hasParentPort: parentPort !== null,
workerData,
environmentData: getEnvironmentData('shared-key')
});
parentPort.unref();
}
File Metadata
Details
Attached
Mime Type
application/javascript
Expires
Thu, Mar 26, 4:41 PM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
512003
Default Alt Text
worker_threads.worker.mjs (314 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment