- call
void call(awebview.wrapper.cpp.WebView view, uint objId, const(awebview.wrapper.cpp.WebString) methodName, const(awebview.wrapper.cpp.JSArray) args)
Undocumented in source. Be warned that the author may not have intended to support it.
- callWithReturnValue
void callWithReturnValue(awebview.wrapper.cpp.WebView view, uint objId, const(awebview.wrapper.cpp.WebString) methodName, const(awebview.wrapper.cpp.JSArray) args, awebview.wrapper.cpp.JSValue dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- onCall
void onCall(awebview.wrapper.cpp.WebView view, uint objId, WeakRef!(const(WebStringCpp)) methodName, WeakRef!(const(JSArrayCpp)) args)
Undocumented in source.
- onCallWithRV
JSValue onCallWithRV(awebview.wrapper.cpp.WebView view, uint objId, WeakRef!(const(WebStringCpp)) methodName, WeakRef!(const(JSArrayCpp)) args)
Undocumented in source.