We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbdef30 commit 2dfc705Copy full SHA for 2dfc705
src/preload/index.ts
@@ -34,8 +34,6 @@ const preloadData = ipcRenderer.sendSync("KERNEL_WINDOW_DATA");
34
// If context isolation is off, this should be patched to make sure everything complies.
35
if (!!preloadData?.windowOptions?.contextIsolation) {
36
contextBridge.exposeInMainWorld = function (key, value) {
37
- console.log("aaaa", JSON.stringify(arguments));
38
-
39
window[key] = value;
40
};
41
}
0 commit comments