wirepair / gcd

Unofficial implementation of the Google Chrome Remote Debugger in Go
MIT License
186 stars 31 forks source link

SendDefaultRequest should return chrome errors as go errors #53

Closed wirepair closed 3 years ago

wirepair commented 3 years ago

SendDefaultRequest was not checking for ChromeErrorResponses before attempting to unmarshal as a ChromeResponse.