poorejc removed a comment on issue #50:
URL: 
https://github.com/apache/incubator-flagon-useralejs/issues/50#issuecomment-801278588


   document.addEventListener('visibilitychange', function () {
     if (document.visibilityState === 'hidden' && logs.length > 0) {
       sendLogs(logs, config, 1);
     }
   });
   
   This code does not work. sendLogs doesn't seem to work when the page is in 
this state.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to