See the following CL for an example. This CL attempts to expose 'new Worker()' to DedicatedWorkerGlobalScope without a runtime flag:
https://chromium-review.googlesource.com/c/chromium/src/+/1325596
Exposed=(Window,DedicatedWorker) exposes a feature to both Window and DedicatedWorkerGlobalScope (see the patchset 1 of the CL), but Exposed=(Window, DedicatedWorker) exposes the feature only to Window (see the patchset 2 of the CL).
See the following CL for an example. This CL attempts to expose 'new Worker()' to DedicatedWorkerGlobalScope without a runtime flag:
https://chromium-review.googlesource.com/c/chromium/src/+/1325596
Exposed=(Window,DedicatedWorker) exposes a feature to both Window and DedicatedWorkerGlobalScope (see the patchset 2 of the CL), but Exposed=(Window, DedicatedWorker) exposes the feature only to Window (see the patchset 1 of the CL).
The change in #6 should fix also some related (not found) issues.
Allowing ", " in Exposed and Global, and fix parse error with annotated types in constructors.
Comment 1 by nhiroki@chromium.org
, Nov 12