| 106 | }) |
| 107 | } |
| 108 | class Cdp { |
| 109 | constructor(url) { this.url = url; this.id = 1; this.pending = new Map(); this.listeners = new Map() } |
| 110 | connect() { |
| 111 | return new Promise((res, rej) => { |
nothing calls this directly
no outgoing calls
no test coverage detected