Issue #1442 - Part 2: Add a run-time preference for toggling the streams API. https://bugzilla.mozilla.org/show_bug.cgi?id=1272697

This commit is contained in:
Brian Smith 2023-09-27 10:45:00 -05:00 committed by roytam1
commit 62467428a3
5 changed files with 26 additions and 3 deletions

View file

@ -1334,6 +1334,9 @@ pref("javascript.options.main_thread_stack_quota_cap", 2097152);
// Dynamic module import.
pref("javascript.options.dynamicImport", true);
// Streams API
pref("javascript.options.streams", false);
// advanced prefs
pref("advanced.mailftp", false);
pref("image.animation_mode", "normal");