mafredri / cdp

Package cdp provides type-safe bindings for the Chrome DevTools Protocol (CDP), written in the Go programming language.
MIT License
725 stars 45 forks source link

session: allow Manager.watch to take care of websocket errors #121

Closed jmuk closed 4 years ago

jmuk commented 4 years ago

Fixes: #120

codecov[bot] commented 4 years ago

Codecov Report

Merging #121 into master will increase coverage by 0.0%. The diff coverage is 0.0%.

@@          Coverage Diff           @@
##           master    #121   +/-   ##
======================================
  Coverage    85.5%   85.6%           
======================================
  Files          20      20           
  Lines        1016    1019    +3     
======================================
+ Hits          869     872    +3     
- Misses        113     114    +1     
+ Partials       34      33    -1