- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 27 Apr 2020 09:37:19 -0700
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 27 April 2020 16:37:31 UTC
https://tc39.es/ecma262/#sec-forward-progress is the fundamental constraint. This affects dedicated workers and shared workers as specified (they have [[CanBlock]] set to true, though in implementations this might only be true for dedicated workers at the moment). Everything else can in theory run on the same thread, though on CPU architectures impacted by Spectre this would be ill-advised. Hope that helps. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3ctag/design-reviews/issues/502#issuecomment-620097896
Received on Monday, 27 April 2020 16:37:31 UTC