mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
a55674f653
89 changed files with 10466 additions and 916 deletions
|
|
@ -1331,6 +1331,9 @@ pref("javascript.options.main_thread_stack_quota_cap", 2097152);
|
|||
// Dynamic module import.
|
||||
pref("javascript.options.dynamicImport", true);
|
||||
|
||||
// Streams API
|
||||
pref("javascript.options.streams", true);
|
||||
|
||||
// advanced prefs
|
||||
pref("advanced.mailftp", false);
|
||||
pref("image.animation_mode", "normal");
|
||||
|
|
@ -4589,6 +4592,9 @@ pref("layout.animated-image-layers.enabled", false);
|
|||
// Abort API
|
||||
pref("dom.abortController.enabled", true);
|
||||
|
||||
// Streams API
|
||||
pref("dom.streams.enabled", true);
|
||||
|
||||
// Push
|
||||
pref("dom.push.enabled", false);
|
||||
pref("dom.push.loglevel", "error");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue