jasonzissman / TimeMe.js

A JavaScript library to accurately time how long a user views a web page, disregarding idle time and time when the tab or window is minimized.
MIT License
592 stars 124 forks source link

Rewritten in TypeScript with leaner feature set: browser-interaction-time #52

Open meandmax opened 5 years ago

meandmax commented 5 years ago

If you do not need websocket time tracking and the element time tracking, I have written a library in TypeScript with a different API and architecture that does kind of the same.

https://github.com/atlassian/browser-interaction-time https://atlassian.github.io/browser-interaction-time/

carlgrundberg commented 1 year ago

I was thinking about switching to this lib since I dont use these feaure, but I do need the possibility to track time on each individual page and there does not seem to be any built in support for that?