modify 2days ago update 2files

This commit is contained in:
heyunjiang 2016-03-16 15:56:52 +08:00
parent 7bcb99f823
commit 25931d16ab
2 changed files with 2 additions and 0 deletions

View file

@ -242,6 +242,7 @@ var webContents = win.webContents;
* `result` Object * `result` Object
* `requestId` Integer * `requestId` Integer
* `finalUpdate` Boolean - 标识是否还有更多的值可以查看. * `finalUpdate` Boolean - 标识是否还有更多的值可以查看.
* `activeMatchOrdinal` Integer (可选) - 活动匹配位置
* `matches` Integer (可选) - 匹配数量. * `matches` Integer (可选) - 匹配数量.
* `selectionArea` Object (可选) - 协调首个匹配位置. * `selectionArea` Object (可选) - 协调首个匹配位置.

View file

@ -528,6 +528,7 @@ webview.addEventListener('console-message', function(e) {
* `result` Object * `result` Object
* `requestId` Integer * `requestId` Integer
* `finalUpdate` Boolean - 指明下面是否还有更多的回应. * `finalUpdate` Boolean - 指明下面是否还有更多的回应.
* `activeMatchOrdinal` Integer (可选) - 活动匹配位置
* `matches` Integer (optional) - 匹配数量. * `matches` Integer (optional) - 匹配数量.
* `selectionArea` Object (optional) - 整合第一个匹配域. * `selectionArea` Object (optional) - 整合第一个匹配域.