UNPKG

website-page-frame

Version:

This library provides a way to allow browser based programs to have cross parent to child window communication through code.

9 lines (4 loc) 145 B
const ipcRenderer = require("electron").ipcRenderer; window.ipcRendererClearCache = function() { ipcRenderer.sendSync("clear-cache"); };