MCPcopy Create free account
hub / github.com/deta/surf / executeJavascript

Method executeJavascript

app/src/main/viewManager.ts:314–316  ·  view source on GitHub ↗
(code: string, userGesture = false)

Source from the content-addressed store, hash-verified

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)

Callers 1

attachIPCEventsMethod · 0.80

Calls 1

executeJavaScriptMethod · 0.45

Tested by

no test coverage detected