8 lines
234 B
HTML
8 lines
234 B
HTML
<html>
|
|
<body>
|
|
<script type="text/javascript" charset="utf-8">
|
|
window.history.pushState(window.history.state, "test page", "foo.html")
|
|
require('ipc-renderer').sendToHost('history', window.history.length);
|
|
</script>
|
|
</body>
|
|
</html>
|