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
// page load might not have happened, or will happen later, so
// set us as complete so we don't hold the page load
this.complete=true;
BOOMR.sendBeacon();
},
The addToBeacon function again checks for r.restiming, in the xhr_load event call this will be undefined as r is the restiming data and it will not have a field called restiming inside it
Hi,
When xhr_load event is invoked, the following line passes
data.restiming
as parameterr
to theaddToBeacon
functionboomerang/plugins/restiming.js
Lines 1759 to 1773 in c0cbec6
The
addToBeacon
function again checks forr.restiming
, in thexhr_load
event call this will be undefined asr
is the restiming data and it will not have a field calledrestiming
inside itboomerang/plugins/restiming.js
Lines 1693 to 1699 in c0cbec6
This causes the restiming entries added to the beacon on xhr_load to be missed in the beacon
The text was updated successfully, but these errors were encountered: