We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4021e commit ca6afeeCopy full SHA for ca6afee
1 file changed
src/index.ts
@@ -138,6 +138,7 @@ export const nativeImage = electron.nativeImage;
138
export const shell = electron.shell;
139
export const webFrame = electron.webFrame;
140
export const deprecate = electron.deprecate;
141
+export const webUtils = electron.webUtils;
142
143
// Electron Main process apis
144
// Using them in the Renderer process will got undefined, which is required by some third-party npm pkgs
0 commit comments