Show HN: Web worker and polling exp / HN client app (pravosleva.pro)
demo and src inside
newstories will be loaded in web worker
polling for comments refresh in main thread
configurable worker cache
newstories will be loaded in web worker
polling for comments refresh in main thread
configurable worker cache
4 comments
[ 4.1 ms ] story [ 20.0 ms ] thread- 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...