Skip to content

Instantly share code, notes, and snippets.

@n8
Created April 30, 2012 15:05
Show Gist options
  • Select an option

  • Save n8/2559072 to your computer and use it in GitHub Desktop.

Select an option

Save n8/2559072 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
var pusher = new Pusher('f600b50f55a687b255c6');
var channel = pusher.subscribe('local_app_cache');
channel.bind('events_for_group_id_12345', function(data) {
sessionStorage.clear()
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment