navigator.sendBeacon | Community
Skip to main content
AnduCrandu
Level 1
August 24, 2017
Delivered

navigator.sendBeacon

  • August 24, 2017
  • 11 replies
  • 17360 views

Will Adobe Analytics ever use navigator.sendBeacon() to help send tracking calls before page unload more consistently?

For browsers that support it, of course

Navigator.sendBeacon() - Web APIs | MDN

11 replies

Adobe Employee
October 8, 2019

charism51522941​ It is possible to use sendBeacon for any call just set s.useBeacon=true. It will then make the next request a sendBeacon request.

ExitLinks will be automatically use sendBeacon without any configuration.