Method: Playwright::WebSocket#once
- Defined in:
- lib/playwright_api/web_socket.rb
#once(event, callback) ⇒ Object
– inherited from EventEmitter –
51 52 53 |
# File 'lib/playwright_api/web_socket.rb', line 51 def once(event, callback) event_emitter_proxy.once(event, callback) end |