index.d添加back方法

This commit is contained in:
zher52
2020-09-10 17:33:48 +08:00
parent 0aebf7c325
commit 59be27019c
+2
View File
@@ -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.