turuslan / HackTimer

MIT License
491 stars 93 forks source link

feat: add tab id to timer for multiple tabs #30

Closed ds009 closed 2 years ago

ds009 commented 2 years ago

hackertimer use incremental fake id, which not works with multiple tabs, so I added a tabID. @turuslan

turuslan commented 2 years ago

Are you confusing Worker and ServiceWorker/SharedWorker?
Worker can communicate only with single tab/iframe that created it.