mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
JS - support for Array.prototype.values()
This commit is contained in:
parent
ef6478af8c
commit
f8591643c5
8 changed files with 32 additions and 9 deletions
|
|
@ -1233,6 +1233,8 @@ pref("dom.webcomponents.enabled", false);
|
|||
pref("dom.webcomponents.customelements.enabled", false);
|
||||
|
||||
pref("javascript.enabled", true);
|
||||
// Enable Array.prototype.values
|
||||
pref("javascript.options.array_prototype_values", true);
|
||||
pref("javascript.options.strict", false);
|
||||
#ifdef DEBUG
|
||||
pref("javascript.options.strict.debug", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue