MCPcopy Create free account
hub / github.com/chieapp/chie / pushJavaScript

Method pushJavaScript

src/view/browser-view.ts:101–103  ·  view source on GitHub ↗
(js: string)

Source from the content-addressed store, hash-verified

99
100 // Wrapper of pushTask and executeJavaScript.
101 pushJavaScript(js: string) {
102 this.pushTask(cb => this.browser.executeJavaScript(js, () => cb()));
103 }
104
105 // Return cookie string in the format of |document.cookie|, but include http
106 // only cookies.

Callers 12

appendStepsMethod · 0.80
appendLinksMethod · 0.80
setSuggestdRepliesMethod · 0.80
setReplyActionsMethod · 0.80
endPendingMethod · 0.80
appendErrorMethod · 0.80
abortPendingMethod · 0.80
removeMessagesAfterMethod · 0.80
changeAllMethod · 0.80
clearMessagesMethod · 0.80
#highlightCodeMethod · 0.80

Calls 2

pushTaskMethod · 0.95
executeJavaScriptMethod · 0.80

Tested by

no test coverage detected