aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/assets/typings/frost.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/web/assets/typings/frost.d.ts')
-rw-r--r--app/src/web/assets/typings/frost.d.ts27
1 files changed, 0 insertions, 27 deletions
diff --git a/app/src/web/assets/typings/frost.d.ts b/app/src/web/assets/typings/frost.d.ts
deleted file mode 100644
index 8f60c9dd..00000000
--- a/app/src/web/assets/typings/frost.d.ts
+++ /dev/null
@@ -1,27 +0,0 @@
-declare interface FrostJSI {
- loadUrl(url: string | null): boolean
-
- loadVideo(url: string | null, isGif: boolean): boolean
-
- reloadBaseUrl(animate: boolean)
-
- contextMenu(url: string | null, text: string | null)
-
- longClick(start: boolean)
-
- disableSwipeRefresh(disable: boolean)
-
- loadLogin()
-
- loadImage(imageUrl: string, text: string | null)
-
- emit(flag: number)
-
- isReady()
-
- handleHtml(html: string | null)
-
- handleHeader(html: string | null)
-}
-
-declare var Frost: FrostJSI;