mirror of
https://github.com/electron/electron.git
synced 2026-01-25 07:18:18 -05:00
modify 2days ago update 2files
This commit is contained in:
@@ -242,6 +242,7 @@ var webContents = win.webContents;
|
||||
* `result` Object
|
||||
* `requestId` Integer
|
||||
* `finalUpdate` Boolean - 标识是否还有更多的值可以查看.
|
||||
* `activeMatchOrdinal` Integer (可选) - 活动匹配位置
|
||||
* `matches` Integer (可选) - 匹配数量.
|
||||
* `selectionArea` Object (可选) - 协调首个匹配位置.
|
||||
|
||||
|
||||
@@ -528,6 +528,7 @@ webview.addEventListener('console-message', function(e) {
|
||||
* `result` Object
|
||||
* `requestId` Integer
|
||||
* `finalUpdate` Boolean - 指明下面是否还有更多的回应.
|
||||
* `activeMatchOrdinal` Integer (可选) - 活动匹配位置
|
||||
* `matches` Integer (optional) - 匹配数量.
|
||||
* `selectionArea` Object (optional) - 整合第一个匹配域.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user