1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-29 16:58:28 +00:00

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.

This commit is contained in:
Brian Smith
2023-09-27 19:20:08 -05:00
committed by roytam1
parent dd2c9eb418
commit bff1f3bc60
13 changed files with 620 additions and 24 deletions
+3
View File
@@ -4585,6 +4585,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");