MCPcopy Create free account
hub / github.com/jhen0409/react-native-debugger / executeJavaScript

Function executeJavaScript

electron/window.js:15–15  ·  view source on GitHub ↗
(win, script)

Source from the content-addressed store, hash-verified

13const store = new Store()
14
15const executeJavaScript = (win, script) => win.webContents.executeJavaScript(script)
16
17export const checkWindowInfo = (win) => executeJavaScript(win, 'window.checkWindowInfo()')
18

Callers 4

checkWindowInfoFunction · 0.85
invokeDevMethodFunction · 0.85
createWindowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected