summaryrefslogtreecommitdiff
path: root/crocoite/devtools.py
AgeCommit message (Collapse)AuthorFilesLines
2018-11-08devtools: Disable websocket pings to ChromeLars-Dominik Braun1-1/+2
Chrome does not like that.
2018-11-06Add simple asyncio-based DevTool communicationLars-Dominik Braun1-0/+253
Inspired by pychrome/aiochrome, but includes crash handling and async get() instead of callbacks.