fix: headers in overridden request

This commit is contained in:
yanlong.wang 2024-10-29 15:20:58 +08:00
parent 3303763345
commit a488bb8921
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37

View File

@ -592,6 +592,7 @@ if (window.self === window.top) {
const continueArgs = [{
...overrides,
headers: {
...req.headers(),
...overrides?.headers,
...options.extraHeaders,
}