(code: string, userGesture = false)
| 312 | } |
| 313 | |
| 314 | executeJavascript(code: string, userGesture = false) { |
| 315 | return this.wcv.webContents.executeJavaScript(code, userGesture) |
| 316 | } |
| 317 | |
| 318 | downloadURL(url: string, options?: Electron.DownloadURLOptions) { |
| 319 | this.wcv.webContents.downloadURL(url, options) |
no test coverage detected