You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: add worker thread limitations to VFS documentation
Document that VFS instances are not shared across worker threads.
Each worker has its own V8 isolate and module cache, so workers
must create their own VFS instances.
Includes workarounds:
- Recreate VFS in each worker using workerData
- Use RealFSProvider to mount same real directory
Addresses @jasnell's review feedback about worker thread
considerations.
0 commit comments