Demo to test how indexedDB is handled in web-workers. The privacy concern is a website / third-party can track users across sessions and browser restarts even if the website is visited in private window.
Visit count from worker : Visits incremented inside worker. Visit count from page : Visits incremented outside of the worker.
Loading as a third-party.
Loading as a first-party.