Skip to content

Commit

Permalink
Bug 1812591 - Ship Module Workers; r=allstarschh,jonco,webidl,smaug,s…
Browse files Browse the repository at this point in the history
…aschanaz

Differential Revision: https://phabricator.services.mozilla.com/D174235
  • Loading branch information
codehag committed May 2, 2023
1 parent b2af03b commit a32da9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/libpref/init/StaticPrefList.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3984,10 +3984,10 @@
value: @IS_NIGHTLY_BUILD@
mirror: always

# Is support for modules (new Worker(..., {type: "module">)) enabled for workers?
# Is support for modules (new Worker(..., {type: "module"})) enabled for workers?
- name: dom.workers.modules.enabled
type: RelaxedAtomicBool
value: @IS_NIGHTLY_BUILD@
value: true
mirror: always

- name: dom.workers.requestAnimationFrame
Expand Down

0 comments on commit a32da9a

Please sign in to comment.