mirror of
https://github.com/shuto-cn/cordova-plugin-inappbrowser.git
synced 2026-05-23 00:05:02 +08:00
index.d添加back方法
This commit is contained in:
Vendored
+2
@@ -68,6 +68,8 @@ interface InAppBrowser extends Window {
|
||||
* if the InAppBrowser was already visible.
|
||||
*/
|
||||
show(): void;
|
||||
|
||||
back(): void;
|
||||
/**
|
||||
* Injects JavaScript code into the InAppBrowser window.
|
||||
* @param script Details of the script to run, specifying either a file or code key.
|
||||
|
||||
Reference in New Issue
Block a user