class Selenium::WebDriver::DevTools::NetworkInterceptor

def pending_response_requests

unique within a devtools session.
because its keys are interception job identifiers and they should be
We should be thread-safe to use the hash without synchronization
def pending_response_requests
  @pending_response_requests ||= {}
end