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
the support for intersectionobserver for safari is safari: { n: 12, y: 12.1 }.
caniuse.isSupported('intersectionobserver', 'safari 12.0') returns false which is correct,
but caniuse.isSupported('intersectionobserver', 'safari 12.0.2') returns true, which is wrong.
The text was updated successfully, but these errors were encountered:
the support for
intersectionobserver
for safari issafari: { n: 12, y: 12.1 }
.caniuse.isSupported('intersectionobserver', 'safari 12.0')
returnsfalse
which is correct,but
caniuse.isSupported('intersectionobserver', 'safari 12.0.2')
returnstrue
, which is wrong.The text was updated successfully, but these errors were encountered: