Extracts common logic into web-view-common. The check for http/https is now case insensitive. Fixes #819

This commit is contained in:
atanasovg
2015-09-24 18:02:51 +03:00
parent 2acdacb106
commit 1a76b58768
4 changed files with 86 additions and 52 deletions

View File

@@ -55,6 +55,11 @@ declare module "ui/web-view" {
*/
canGoForward: boolean;
/**
* Stops loading the current content (if any).
*/
stopLoading(): void;
/**
* Navigates back.
*/