Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-08 | devtools: Disable websocket pings to Chrome | Lars-Dominik Braun | 1 | -1/+2 | |
Chrome does not like that. | |||||
2018-11-06 | Add simple asyncio-based DevTool communication | Lars-Dominik Braun | 1 | -0/+253 | |
Inspired by pychrome/aiochrome, but includes crash handling and async get() instead of callbacks. |