Skip to content

XObserver v1.1.0

Compare
Choose a tag to compare
@msc24x msc24x released this 19 Aug 09:21
· 16 commits to main since this release

Features

  • Method ping now supports all IntersectionObserver options

Breaking change

  • The direct parameter to specify threshold has been replaced by options : IntersectionObserverInit

Migrating

Example:
XObserver.ping("<your_scope>", 0.5)
should be changed to
XObserver.ping("<your_scope>", {threshold:0.5})