ToT (r618847; OffMainThreadWorkerScriptFetch is not yet shipped)
What steps will reproduce the problem?
(1) Run chrome with --enable-blink-features=OffMainThreadWorkerScriptFetch
(2) Open DevTools
(3) Open http://mdn.github.io/simple-web-worker/
What is the expected result?
Current behavior without OffMainThreadWorkerScriptFetch:
omt-disabled.png: worker.js is shown as a resource on the main thread (without ⚙ mark).
What happens instead?
omt-enabled.png: worker.js is shown as a subresource on the worker (with ⚙ mark).
I'm not sure this difference matters or not and thus anyway filing this.
|
Deleted:
omt-disabled.png
19.0 KB
|
|
Deleted:
omt-enabled.png
23.6 KB
|
Comment 1 by falken@chromium.org
, Dec 27