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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user