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