Add update-target-url event

This commit is contained in:
Cheng Zhao 2016-06-07 15:56:19 +09:00
parent 1c504ec45d
commit 3c873736d7
6 changed files with 30 additions and 5 deletions

View file

@ -36,7 +36,8 @@ var supportedWebViewEvents = [
'media-started-playing',
'media-paused',
'found-in-page',
'did-change-theme-color'
'did-change-theme-color',
'update-target-url'
]
var nextInstanceId = 0