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

add NIGHTLY/DEV note (#91)

This commit is contained in:
yokoffing
2022-10-24 01:38:53 -04:00
committed by GitHub
parent 9adf8ba15f
commit 1bd4153a3d
+4 -4
View File
@@ -11,7 +11,7 @@
* Fastfox * * Fastfox *
* "Non ducor duco" * * "Non ducor duco" *
* priority: speedy browsing * * priority: speedy browsing *
* version: November 2022 * * version: October 2022c *
* url: https://github.com/yokoffing/Betterfox * * url: https://github.com/yokoffing/Betterfox *
***************************************************************************************/ ***************************************************************************************/
@@ -85,14 +85,14 @@ user_pref("layout.css.font-loading-api.workers.enabled", true);
// [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1293490 // [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1293490
user_pref("layout.css.animation-composition.enabled", true); user_pref("layout.css.animation-composition.enabled", true);
// PREF: Wasm GC // PREF: Wasm GC [NIGHTLY/DEV]
// [1] https://github.com/WebAssembly/gc/blob/main/proposals/gc/Overview.md // [1] https://github.com/WebAssembly/gc/blob/main/proposals/gc/Overview.md
//user_pref("javascript.options.wasm_gc", true); //user_pref("javascript.options.wasm_gc", true);
// PREF: Wasm Function References // PREF: Wasm Function References [NIGHTLY/DEV]
// [1] https://github.com/WebAssembly/function-references/blob/master/proposals/function-references/Overview.md // [1] https://github.com/WebAssembly/function-references/blob/master/proposals/function-references/Overview.md
//user_pref("javascript.options.wasm_function_references", true); //user_pref("javascript.options.wasm_function_references", true);
// PREF: Shadowrealms // PREF: Shadowrealms [NIGHTLY/DEV]
// [1] https://github.com/tc39/proposal-shadowrealm/blob/main/explainer.md // [1] https://github.com/tc39/proposal-shadowrealm/blob/main/explainer.md
//user_pref("javascript.options.experimental.shadow_realms", true); //user_pref("javascript.options.experimental.shadow_realms", true);