seanchas116 / electron-safe-ipc

Safe communication between main process and renderer processes in Electron
MIT License
26 stars 4 forks source link

Correct the example for webview #2

Closed petrfelzmann closed 9 years ago

petrfelzmann commented 9 years ago

It is supposed the webview does not have the node.js integration turned on. Therefore require("electron-safe-ipc/guest") cannot be used and UMD style have to used instead.

seanchas116 commented 9 years ago

Thanks!