summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBrian Smith <brian@dbsoft.org>2023-09-27 19:20:08 -0500
committerBrian Smith <brian@dbsoft.org>2023-09-27 19:20:08 -0500
commit4a179ff8855552d2c19b72e82f1d7f7a84a401fa (patch)
tree3aa2d56896f9d01a80511c253c9f38d35bcb598b /modules
parent8c5a0f0de9ece809942d8e412246194540d4e2b0 (diff)
downloaduxp-4a179ff8855552d2c19b72e82f1d7f7a84a401fa.tar.gz
Issue #1442 - Part 8: Fetch implementation of streams.
https://bugzilla.mozilla.org/show_bug.cgi?id=1128959 +worker-friendly pref checking for the DOM API.
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index aae19f8430..6ae1e276a3 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -4528,6 +4528,9 @@ pref("layout.animated-image-layers.enabled", false);
// Abort API
pref("dom.abortController.enabled", true);
+// Streams API
+pref("dom.streams.enabled", false);
+
// Push
pref("dom.push.enabled", false);
pref("dom.push.loglevel", "error");