-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
Worker eval as ES Module #30682
Copy link
Copy link
Closed
Labels
esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.workerIssues and PRs related to the worker_threads module and Worker API.Issues and PRs related to the worker_threads module and Worker API.
Description
Activity
Metadata
Metadata
Assignees
Labels
esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.workerIssues and PRs related to the worker_threads module and Worker API.Issues and PRs related to the worker_threads module and Worker API.
Unless I missed it, there doesn't seem to be a way of creating a Worker from an ESM source string (with
eval: true).Example that should be possible somehow:
Related: #21502