One of the privacy requirement is Beacons are only sent over the same network that was active when the beacon was registered (e.g. if the user goes offline and moves to a new network, discard pending beacons).
So there will be some cases that users are still holding beacon object, but it's already discarded by browser.
One of the privacy requirement is
Beacons are only sent over the same network that was active when the beacon was registered (e.g. if the user goes offline and moves to a new network, discard pending beacons).So there will be some cases that users are still holding beacon object, but it's already discarded by browser.