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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
For now I think feature detection that uses navigator.sendBeacon may be the way to go. Then for browser that do not support it fall back to the hacky Image.src method.
Right now we have a "beaconHandler" that is really a hack around using the
Image.src
.It should get support in IE Edge in the future.
For now I think feature detection that uses
navigator.sendBeacon
may be the way to go. Then for browser that do not support it fall back to the hackyImage.src
method.Here is the specification for the feature: http://www.w3.org/TR/beacon/
More "user friendly" detail here: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon
@mhemesath brought this up awhile ago. I saw it again while browsing http://caniuse.com/#search=sent
The text was updated successfully, but these errors were encountered: