(source, opts)
| 241 | return ws.readyState |
| 242 | }, |
| 243 | send(source, opts) { |
| 244 | ws.send(source, { |
| 245 | compress: opts?.compress, |
| 246 | }) |
| 247 | }, |
| 248 | url: new URL(c.req.url), |
| 249 | } |
| 250 |
nothing calls this directly
no test coverage detected
searching dependent graphs…