From bb0aa19999b1787823adcfe1dccfe0088dadbd8c Mon Sep 17 00:00:00 2001
From: Alexandra Borovova
Date: Fri, 8 May 2026 10:30:15 +0200
Subject: [PATCH] Pass response to WebDriver BiDi donwnload events.
---
source | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/source b/source
index 422d98c0fb9..bd619e91d3c 100644
--- a/source
+++ b/source
@@ -27162,9 +27162,10 @@ document.body.appendChild(wbr);
data-x="navigation-status-status">status is "pending", url is response's URL, and URL, suggestedFilename is
- suggestedFilename.
+ suggestedFilename, and downloadResponse is response.
If download behavior is not null and download behavior's
@@ -27177,7 +27178,8 @@ document.body.appendChild(wbr);
data-x="navigation-status-status">status is "canceled", url is response's URL.
+ data-x="concept-response-url">URL, and downloadResponse is response.
Return.
@@ -27231,7 +27233,8 @@ document.body.appendChild(wbr);
data-x="navigation-status-downloaded-filepath">downloadedFilepath is an absolute path
of the downloaded file if available, otherwise null, url is response's URL.
+ data-x="concept-response-url">URL, and downloadResponse is response.