Frontmatter
| id | 4031 |
| title | Firefox does not support dynamic imports inside the worker scope |
| state | Closed |
| labels | bugstale |
| assignees | tobiu |
| createdAt | Feb 12, 2023, 12:12 PM |
| updatedAt | Sep 12, 2024, 4:29 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4031 |
| author | tobiu |
| commentsCount | 4 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 12, 2024, 4:29 AM |
Firefox does not support dynamic imports inside the worker scope
tobiu assigned to @tobiu on Feb 12, 2023, 12:12 PM

tobiu
Feb 12, 2023, 12:14 PM
my comment is here: https://bugzilla.mozilla.org/show_bug.cgi?id=1540913#c16

tobiu
Feb 13, 2023, 9:49 AM
Yulia grabbed the ticket now . Promising :)

@github-actions - 2024-08-29T02:27:39Z
This issue is stale because it has been open for 90 days with no activity.
- 2024-08-29T02:27:40Z @github-actions added the
stalelabel
@github-actions - 2024-09-12T02:29:38Z
This issue was closed because it has been inactive for 14 days since being marked as stale.
- 2024-09-12T02:29:39Z @github-actions closed this issue
Cross reference ticket.
While the support for JS modules will get released in v111: https://bugzilla.mozilla.org/show_bug.cgi?id=1247687
the support for dynamic imports inside the worker scope is still not implemented: https://bugzilla.mozilla.org/show_bug.cgi?id=1540913
I just tested v111 inside FF nightly:
and added a comment to the related ticket.