2015-05-20 03:53:08 +00:00
|
|
|
<html>
|
|
|
|
<body>
|
|
|
|
<script type="text/javascript" charset="utf-8">
|
|
|
|
window.history.pushState(window.history.state, "test page", "foo.html")
|
2015-11-12 10:28:04 +00:00
|
|
|
require('electron').ipcRenderer.sendToHost('history', window.history.length);
|
2015-05-20 03:53:08 +00:00
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|