Searched refs:JavaScriptProxy (Results 1 – 16 of 16) sorted by relevance
29 …eUrl](#getlastjavascriptproxycallingframeurl) )() | 获取调用JavaScriptProxy最后一帧的url。 在JavaScriptProxy调…90 获取调用JavaScriptProxy最后一帧的url。 在JavaScriptProxy调用的线程上调用。 通过registerJavaScriptProxy或者javaScriptProxy注入…96 调用JavaScriptProxy最后一帧的url。
136 Failed to delete JavaScriptProxy because it does not exist.
371 javaScriptProxy(javaScriptProxy: JavaScriptProxy)381 | javaScriptProxy | [JavaScriptProxy](#javascriptproxy12) | 是…9903 ## JavaScriptProxy<sup>12+</sup>
2366 | 17100008 | Failed to delete JavaScriptProxy because it does not exist. …
29 …JavaScriptProxy**. This function is invoked on the thread invoked by the **JavaScriptProxy**. You …90 …JavaScriptProxy**. This function is invoked on the thread invoked by the **JavaScriptProxy**. You …96 URL of the last frame that invokes the **JavaScriptProxy**.
371 javaScriptProxy(javaScriptProxy: JavaScriptProxy)381 | javaScriptProxy | [JavaScriptProxy](#javascriptproxy12) | Y…9899 ## JavaScriptProxy<sup>12+</sup>
2366 | 17100008 | Failed to delete JavaScriptProxy because it does not exist. …4020 Risk warning: If you want to obtain the URL for JavaScriptProxy communication API authentication, u…14974 Caution: To obtain the URL for JavaScriptProxy communication API authentication, use [getLastJavasc…
24 - App通过JavaScriptProxy,与Web页面进行JavaScript交互。
92 <li><p>App通过JavaScriptProxy,与Web页面进行JavaScript交互。</p></li>
24 - Interaction between applications and web pages through JavaScriptProxy.
92 <li><p>Applications can interact with web pages through JavaScriptProxy. </p></li>
64 static void JavaScriptProxy(const JSCallbackInfo& args);
1903 JSClass<JSWeb>::StaticMethod("javaScriptProxy", &JSWeb::JavaScriptProxy); in JSBind()3373 void JSWeb::JavaScriptProxy(const JSCallbackInfo& args) in JavaScriptProxy() function in OHOS::Ace::Framework::JSWeb
208 2. 在ArkTs中使用JavaScriptProxy方法将ArkTs里的对象注册到H5的window对象中,然后在h5中使用window对象调用该方法。比如下面例子,在ArkTs中将testObj…
208 2. Use the **JavaScriptProxy** API in ArkTs to register the object in ArkTS with the window object …