You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merely using document.body in our codebase results in the following error:
document.body() is not supported in Firefox 44
(Firefox 44 is the first version of Firefox that our browserlist query matches)
We'd like to disable this check globally (at least until the underlying MDN data is improved). We've tried many variations of polyfill names but none of them worked.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Merely using
document.body
in our codebase results in the following error:(Firefox 44 is the first version of Firefox that our browserlist query matches)
We'd like to disable this check globally (at least until the underlying MDN data is improved). We've tried many variations of polyfill names but none of them worked.
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions