fix: savePage throw on relative paths (#32728)
This commit is contained in:
parent
d46431b564
commit
81fcd732c2
3 changed files with 23 additions and 1 deletions
|
@ -1856,7 +1856,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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue