We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbdef30 + 2dfc705 commit c0fc025Copy full SHA for c0fc025
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