mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
Revert "Disable IntersectionObserver API because of crashes."
This reverts commit ac1beef5c10a114afe18897d5d3ced24ac378b92.
This commit is contained in:
parent
7798af3c14
commit
125d551bd6
1 changed files with 1 additions and 2 deletions
|
|
@ -213,8 +213,7 @@ pref("dom.requestIdleCallback.enabled", true);
|
|||
|
||||
// Enable Intersection Observers
|
||||
// See WD https://www.w3.org/TR/intersection-observer/
|
||||
// Disabled for now because of crashes. See #934 and #935
|
||||
pref("dom.IntersectionObserver.enabled", false);
|
||||
pref("dom.IntersectionObserver.enabled", true);
|
||||
|
||||
// Whether the Gamepad API is enabled
|
||||
pref("dom.gamepad.enabled", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue