playwright/packages/protocol/src
Dmitry Gozman 6d56b453ff
fix(connect): include websocket close reason in the error message (#30203)
When websocket disconnects during `browserType.connect()` call, the
error looks like this now:

```
browserType.connect: Custom error message received over WebSocket
```

Previously, it was a generic error:
```
browserType.connect: Target page, context or browser has been closed
```
2024-04-01 21:05:33 -07:00
..
callMetadata.ts chore: allow click close the page w/o errors (#27994) 2023-11-06 15:13:41 -08:00
channels.ts fix(connect): include websocket close reason in the error message (#30203) 2024-04-01 21:05:33 -07:00
DEPS.list chore: run check-deps for all packages (#21395) 2023-03-03 14:50:43 -08:00
protocol.yml fix(connect): include websocket close reason in the error message (#30203) 2024-04-01 21:05:33 -07:00