Hacker News new | ask | show | jobs
Show HN: Web worker and polling exp / HN client app (pravosleva.pro)
6 points by pravosleva 544 days ago
demo and src inside

newstories will be loaded in web worker

polling for comments refresh in main thread

configurable worker cache

2 comments

0.0.2 Updates:

- Notes list modes added: top, new, etc. - In Worker: Main queue will be aborted when mode changed - see also about AbortController [0] - Each note could be added to favorite list in LocalStorage (limit was set to 1000)

[0]: https://developer.mozilla.org/en-US/docs/Web/API/AbortContro...

Nicely done
Thanx for watching )