mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: savePage throw on relative paths (#33018)
This commit is contained in:
@@ -1840,7 +1840,7 @@ the cursor when dragging.
|
||||
|
||||
#### `contents.savePage(fullPath, saveType)`
|
||||
|
||||
* `fullPath` String - The full file path.
|
||||
* `fullPath` String - The absolute file path.
|
||||
* `saveType` String - Specify the save type.
|
||||
* `HTMLOnly` - Save only the HTML of the page.
|
||||
* `HTMLComplete` - Save complete-html page.
|
||||
|
||||
Reference in New Issue
Block a user