-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
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 Worker support.Issues and PRs related to Worker support.
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 Worker support.Issues and PRs related to Worker support.
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