Skip to content

Commit ca6afee

Browse files
authored
feat: add webUtils export (#93)
1 parent 0e4021e commit ca6afee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ export const nativeImage = electron.nativeImage;
138138
export const shell = electron.shell;
139139
export const webFrame = electron.webFrame;
140140
export const deprecate = electron.deprecate;
141+
export const webUtils = electron.webUtils;
141142
142143
// Electron Main process apis
143144
// Using them in the Renderer process will got undefined, which is required by some third-party npm pkgs

0 commit comments

Comments
 (0)