Bug 1540913 Comment 27 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

What's the best wpt test to run in order to show that this works in workers? The context is this browser compatibility update: https://github.com/mdn/browser-compat-data/pull/19054.

I want to understand if the browsers all support dynamic import in the workers in the same versions as they support it in main. If they do then there is no compatibility issue and I can close that issue (assuming FF ends up releasing both `import` and `import()` in the same version).
What's the best wpt test to run in order to show that `import()` works in workers? The context is this browser compatibility update: https://github.com/mdn/browser-compat-data/pull/19054.

I want to show the versions in which it is supported in workers, because that differs from the release version.

Back to Bug 1540913 Comment 27