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
@satyamk7054 thank you for raising this to our attention. @asakusuma and I have chatted concerning and the current plan is to implement this fix forward within a new spaniel release (v5.x.x) as this will be a breaking change.
If you have cycles to work on this, a PR would be more than welcome :) Otherwise we will queue the work.
Spaniel's polyfill for
IntersectionObserver
usesDate.now()
for settingentry.time
, which is relative to epoch. The native implementation definesentry.time
as being relative to the creation of the document (ref: https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserverEntry/time).The text was updated successfully, but these errors were encountered: