Chrome Version : 64.0.3269.3
What steps will reproduce the problem?
1. `new Worker('worker.js');`
2. script.js: `import('./anything.js');`
What is the expected result?
'./anything.js' is imported
What happens instead of that?
Uncaught (in promise) undefined worker.js:1
Comment 1 by adamk@chromium.org
, Nov 27 2017Status: Available (was: Unconfirmed)