Skip to content

Commit

Permalink
Make early video submit pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbeland committed Sep 11, 2023
1 parent 9ae8a64 commit d11d60f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/browsertime/browser-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@
observeAndSaveActions();
videoDataIntervalId = setInterval(sendVideoData, 15000);

window.addEventListener('load', sendVideoData);
window.addEventListener('load', sendPageData);
window.addEventListener('click', sendPageData);
window.addEventListener('beforeunload', handleClose);
Expand Down

0 comments on commit d11d60f

Please sign in to comment.