1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 07:30:47 +05:30

Fast v.106 (#97)

* experimental import_maps
This commit is contained in:
yokoffing
2022-10-28 14:15:32 -04:00
committed by GitHub
parent 108d7cea43
commit c7e1cd0a9e
+4 -3
View File
@@ -11,7 +11,7 @@
* Fastfox *
* "Non ducor duco" *
* priority: speedy browsing *
* version: October 2022c *
* version: 106 *
* url: https://github.com/yokoffing/Betterfox *
***************************************************************************************/
@@ -85,13 +85,14 @@ user_pref("layout.css.font-loading-api.workers.enabled", true);
// [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1293490
user_pref("layout.css.animation-composition.enabled", true);
// PREF: enable importMaps [FF108+]
// PREF: enable importMaps [FF108+] [NIGHTLY]
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1688879
// [2] https://github.com/WICG/import-maps#the-basic-idea
// [3] https://caniuse.com/import-maps
user_pref("dom.importMaps.enabled", true);
//user_pref("javascript.options.experimental.import_assertions", true);
// PREF: Shadowrealms [NIGHTLY/DEV]
// PREF: Shadowrealms [NIGHTLY]
// [1] https://github.com/tc39/proposal-shadowrealm/blob/main/explainer.md#introduction
//user_pref("javascript.options.experimental.shadow_realms", true);