From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- .../-web-contents/save-page.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'api/pl.treksoft.kvision.electron/-web-contents/save-page.html') diff --git a/api/pl.treksoft.kvision.electron/-web-contents/save-page.html b/api/pl.treksoft.kvision.electron/-web-contents/save-page.html index bb0d002f..46a4437c 100644 --- a/api/pl.treksoft.kvision.electron/-web-contents/save-page.html +++ b/api/pl.treksoft.kvision.electron/-web-contents/save-page.html @@ -8,11 +8,11 @@ kvision / pl.treksoft.kvision.electron / WebContents / savePage

savePage

- -open fun savePage(fullPath: String, saveType: String, callback: (Error) -> Unit): Boolean
- -open fun savePage(fullPath: String, saveType: String, callback: (Error) -> Unit): Boolean
- -open fun savePage(fullPath: String, saveType: String, callback: (Error) -> Unit): Boolean +(js) +open fun savePage(fullPath: String, saveType: String, callback: (error: Error) -> Unit): Boolean
+ +open fun savePage(fullPath: String, saveType: String, callback: (error: Error) -> Unit): Boolean
+ +open fun savePage(fullPath: String, saveType: String, callback: (error: Error) -> Unit): Boolean -- cgit