mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-24 03:46:03 +08:00
Update docs.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user