Method: Ferrum::Network::InterceptedRequest#abort
- Defined in:
- lib/ferrum/network/intercepted_request.rb
#abort ⇒ Object
55 56 57 58 |
# File 'lib/ferrum/network/intercepted_request.rb', line 55 def abort @status = :aborted @client.command("Fetch.failRequest", async: true, requestId: request_id, errorReason: "BlockedByClient") end |