sindresorhus / electron-better-ipc

Simplified IPC communication for Electron apps
MIT License
715 stars 60 forks source link

Remove usage of `Object.create` #34

Closed mgenware closed 4 years ago

mgenware commented 4 years ago

I might be wrong as I don't know the reasons behind using that. But removing it does seem to fix #15 😀

sindresorhus commented 4 years ago

https://github.com/sindresorhus/electron-better-ipc/issues/15#issuecomment-636899413