Method: Playwright::WebSocket#closed?
- Defined in:
- lib/playwright_api/web_socket.rb
#closed? ⇒ Boolean
Indicates that the web socket has been closed.
10 11 12 |
# File 'lib/playwright_api/web_socket.rb', line 10 def closed? wrap_impl(@impl.closed?) end |