Description
What is the issue with the HTML Standard?
In Event loop processing model about workers at https://html.spec.whatwg.org/#event-loop-processing-model:worker-event-loop-2, Dedicated Worker is the only type of workers that get special treatment for having its rendering updated. I believe Shared Worker and Service Worker should be also be included so that specs like WebGPU that have support for all workers can plumb into Update the rendering of that ${type} worker
section. See gpuweb/gpuweb#4465 (comment)