-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
Make disk- blob transferable #47666
Copy link
Copy link
Closed as not planned
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.
Description
Activity
Metadata
Metadata
Assignees
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.
What is the problem this feature will solve?
I notice that Blob's transfered over workers aren't readable at all.
fs.openAsBlobRight now they throw an error when trying to send them over.
mini repro:
If a blob originates from a worker thread and is being sent to the main thread over postMessage, then it should still work OK to read the blob even if the worker is terminated.
originally posted by @jimmywarting in #45258 (comment)
What is the feature you are proposing to solve the problem?
Spec issue
What alternatives have you considered?
No response