-
Notifications
You must be signed in to change notification settings - Fork 114
What happens if ...?
Jason Pang edited this page Nov 1, 2016
·
31 revisions
Environment: Chrome 54.0.2840.87 (64-bit) on Mac OS X 10.11.6
Revision: c5ec6c5a12f2ed748bb08c1a8567b3c0df89dccd-refs/branch-heads/2840@{#805}
- Subscribe.
- Close the tab you subscribed on.
- Clear Cookies and other site and plugin data (Settings -> Privacy -> Clear Browsing Data...).
- Send yourself a notification.
- Observe delivery results are okay.
- Send yourself another notification.
- Observe delivery results mark you as unsubscribed.
No. It looks like the browser sends an unregistration message though:
Yes. Google immediately tells us the user is no longer subscribed. The browser's chrome://gcm-internals does not record any message received.
Note 1: It looks like clearing Cookies and other site and plugin data is the only setting necessary in clearing browser data to unsubscribe the user (all the other clearing options are unrelated).
Note 2: This method of clearing data also unregisters the service worker itself which means the entry in chrome://serviceworker-internals is missing.