Skip to content

Instantly share code, notes, and snippets.

@deptno
Created February 9, 2020 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deptno/1c0a71c270377fad188bff1542ccee1f to your computer and use it in GitHub Desktop.
Save deptno/1c0a71c270377fad188bff1542ccee1f to your computer and use it in GitHub Desktop.
localStorage.setItem(
'sharedData',
JSON.stringify({
sessionId: sessionStorage.getItem('sessionId'),
type: 'SetUnreadNotificationCount',
payload: {count: 0},
burst: Math.random()
})
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment