Jason Zissman

Results 4 comments of Jason Zissman

Sorry for the late reply! Unfortunately I had not considered iFrames when implementing TImeMe. If iFrame clicking triggers the `blur` event on `window`, then I will not be able to...

Hi! Thanks for the pull request. I do not understand your description of the solution. I tried your code in a test page with an embedded youtube video (iFrame), but...

Thanks! So sorry for the long reply. Is `TimeMe.getTimeOnCurrentPageInSeconds().toFixed(2);` throwing the 'cannot read property toFIxed' error? This implies that `getTimeOnCurrentPageInSeconds` is returning undefined. This is most likely happening if you...

Hi! Thanks for the comment. There are timing issues with onbeforeunload, especially when trying to send a synchronous HTTP request as my documentation suggests to do. I'm not surprised to...