2016-05-19 21:46:11 +00:00
|
|
|
<html>
|
|
|
|
<body>
|
|
|
|
<script type="text/javascript" charset="utf-8">
|
|
|
|
const {ipcRenderer, webFrame} = require('electron')
|
2017-02-17 17:58:29 +00:00
|
|
|
ipcRenderer.send('webview-parent-zoom-level', webFrame.getZoomFactor(), webFrame.getZoomLevel())
|
2016-05-19 21:46:11 +00:00
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|