Class: Puppeteer::Connection::RequestDebugPrinter
- Inherits:
-
Object
- Object
- Puppeteer::Connection::RequestDebugPrinter
- Includes:
- DebugPrint
- Defined in:
- lib/puppeteer/connection.rb
Overview
Just for effective debugging :)
Instance Method Summary collapse
Methods included from DebugPrint
Instance Method Details
#handle_payload(payload) ⇒ Object
136 137 138 |
# File 'lib/puppeteer/connection.rb', line 136 def handle_payload(payload) debug_puts "SEND >> #{decorate(payload)}" end |