Open
Description
My uneducated read of this proposal is that it will encourage people to use features like Workers (pending whatwg/html#6911) more often, good, but it will also encourage them to put their worker code in the same script that their main-thread code is in, potentially bad.
What effect will this have on the bundle size of main-thread scripts? What effect will it have on parse-time, and real world Time to Interactive (TTI)?
Is there anything in the proposal that aims to limit the performance degradation caused by combining code from 2 files, that run in different threads, into 1 file?
Metadata
Metadata
Assignees
Labels
No labels