commit d417e1ff9670d771aca9a729a00ef11bd639b28f
parent 264f0516e0e9d73b98079e2b1bf3cd803c65914d
Author: Andrew McCreight <continuation@gmail.com>
Date: Wed, 17 Dec 2025 21:17:10 +0000
Bug 1999397 - Enable the typed serializer for child-to-parent JS actor messages. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D272359
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml
@@ -3468,7 +3468,7 @@
# This being true is necessary to type check messages.
- name: dom.jsipc.send_typed
type: bool
- value: false
+ value: true
mirror: always
# Support for input type=month, type=week. By default, disabled.