class Selenium::WebDriver::DevTools::NetworkInterceptor
def pending_response_requests
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