-
Notifications
You must be signed in to change notification settings - Fork 600
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#64 - update popup step for CDP changes
Chrome DevTools Protocol, under Target domain (https://chromedevtools.github.io/devtools-protocol/tot/Target/), - Target.attachToTarget now returns a sessionId instead of success - Target.detachFromTarget requires sessionId instead of targetId - Target.sendMessageToTarget requires sessionId instead of targetId These deprecation / changes in Chrome DevTools Protocol will make popup step not work. Making a commit with codebase update to work with this newer version. Tested on Chrome - version 61.0.3163.100 (Official Build) (64-bit) by verifying expected behavior and validating tagui_chrome.log. Raising issue #64 for easy reference in future.
- Loading branch information
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters