Update docs.

This commit is contained in:
Charlie Hess 2015-05-15 00:15:33 -07:00
parent 3913e18447
commit 9f461aed68
2 changed files with 8 additions and 0 deletions

View file

@ -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.

View file

@ -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.