ipfs-shipyard / service-worker-gateway-2019-poc

[ARCHIVED] 2019 PoC of IPFS gateway fully running on a Service Worker. For modern (2024+) version see https://github.com/ipfs-shipyard/service-worker-gateway
MIT License
61 stars 11 forks source link

Node stats are lost when using different firefox tabs #24

Closed vasco-santos closed 5 years ago

vasco-santos commented 6 years ago

As Firefox has a different process per tab, when running the service worker gateway and using different tabs, the stats context is not shared among them.

Accordingly, the stats data should be persisted (for instance in index db).