Re-enable intersection observers with WD spec patches.

This resolves #249
This commit is contained in:
wolfbeast 2018-12-22 15:02:49 +01:00 committed by Roy Tam
commit 4294fe3e81

View file

@ -212,8 +212,8 @@ pref("dom.enable_performance_observer", false);
pref("dom.requestIdleCallback.enabled", true);
// Enable Intersection Observers
// See WD https://w3c.github.io/IntersectionObserver/
pref("dom.IntersectionObserver.enabled", false);
// See WD https://www.w3.org/TR/intersection-observer/
pref("dom.IntersectionObserver.enabled", true);
// Whether the Gamepad API is enabled
pref("dom.gamepad.enabled", true);