1 2 3 4 5 6
<script> window.localStorage.foo = "bar"; window.webkit.messageHandlers.testHandler.postMessage('Go ahead and clear it'); </script>