modify 2days ago update 2files
This commit is contained in:
parent
7bcb99f823
commit
25931d16ab
2 changed files with 2 additions and 0 deletions
|
@ -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) - 整合第一个匹配域.
|
||||
|
||||
|
|
Loading…
Reference in a new issue