index.d添加back方法
This commit is contained in:
parent
0aebf7c325
commit
59be27019c
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user