MCPcopy Create free account
hub / github.com/Tracktion/choc / addInitScript

Method addInitScript

choc/gui/choc_WebView.h:1888–1888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1886inline bool WebView::navigate (const std::string& url) { return pimpl != nullptr && pimpl->navigate (url); }
1887inline bool WebView::setHTML (const std::string& html) { return pimpl != nullptr && pimpl->setHTML (html); }
1888inline bool WebView::addInitScript (const std::string& script) { return pimpl != nullptr && pimpl->addInitScript (script); }
1889
1890inline bool WebView::evaluateJavascript (const std::string& script, CompletionHandler completionHandler)
1891{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected