Spark-NF / novel-updates-notifier

Add a notification icon and reading shortcuts for your Novel Updates reading list.
Apache License 2.0
4 stars 0 forks source link

Reading list is loaded twice if you open the popup during first load #10

Closed Spark-NF closed 5 years ago

Spark-NF commented 5 years ago

If you just start the browser, it will load the reading list in the background and show "..." in the badge.

If you open the popup during that time, it will perform a full reload at the same time as the background reload, causing twice the requests.

All reloads should share their requests and not allow another reload when one is already pending.