IntersectionObserver not work in chrome protocol

User Help for Seamonkey and Mozilla Suite
Post Reply
Diamanti
Posts: 778
Joined: June 12th, 2008, 9:02 am

IntersectionObserver not work in chrome protocol

Post by Diamanti »

I have this script that use IntersectionObserver to lazy images in SM.
It works fine in from local or web hot.
Instead in Seamonkey chrome extension path it does not work.
f.e.
chrome://myext/content/lazy.html
do it have a fix?
frg
Posts: 1361
Joined: December 15th, 2015, 1:20 pm

Re: IntersectionObserver not work in chrome protocol

Post by frg »

Is deliberate because of performance reasons. Nothin else in chrome space uses them: https://bugzilla.mozilla.org/show_bug.cgi?id=1711050
If you do your own build just back it out.
Post Reply