From 59be27019ce76d61042e4847497d88978d642d11 Mon Sep 17 00:00:00 2001 From: zher52 Date: Thu, 10 Sep 2020 17:33:48 +0800 Subject: [PATCH] =?UTF-8?q?index.d=E6=B7=BB=E5=8A=A0back=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/index.d.ts b/types/index.d.ts index 9de047c..3027ca6 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -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.