classilla / tenfourfox

Mozilla for Power Macintosh.
http://www.tenfourfox.com/
Other
270 stars 38 forks source link

consider global polyfill #654

Open classilla opened 2 years ago

classilla commented 2 years ago

Currently putting in a patch to deal with lozad.js sites (since we don't have IntersectionObserver). We might consider a polyfill.io bundle but we'd have to load this into every tab, and the memory overhead could be sizeable. Piecemeal changes may be best.

roytam1 commented 2 years ago

I wonder window.customElements polyfill and maybe shadowRoot polyfill as well?