Update docs.
This commit is contained in:
parent
3913e18447
commit
9f461aed68
2 changed files with 8 additions and 0 deletions
|
@ -840,6 +840,10 @@ Executes editing command `copy` in page.
|
|||
|
||||
Executes editing command `paste` in page.
|
||||
|
||||
### WebContents.pasteAndMatchStyle()
|
||||
|
||||
Executes editing command `pasteAndMatchStyle` in page.
|
||||
|
||||
### WebContents.delete()
|
||||
|
||||
Executes editing command `delete` in page.
|
||||
|
|
|
@ -246,6 +246,10 @@ Executes editing command `copy` in page.
|
|||
|
||||
Executes editing command `paste` in page.
|
||||
|
||||
### `<webview>`.pasteAndMatchStyle()
|
||||
|
||||
Executes editing command `pasteAndMatchStyle` in page.
|
||||
|
||||
### `<webview>`.delete()
|
||||
|
||||
Executes editing command `delete` in page.
|
||||
|
|
Loading…
Reference in a new issue