aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/msteams/webview-unsafe.js
blob: 1c7b7cf17575014c20a668d56cf114cdfe000b16 (plain) (blame)
1
2
3
4
5
window.electronSafeIpc = {
  send: () => null,
  on: () => null,
};
window.desktop = undefined;