Added missing field 'headers' which returned by WebResourceResponse.toMap()

This commit is contained in:
Doflatango 2020-08-18 00:05:27 +08:00
parent 56e0f30928
commit f192294002

View File

@ -272,6 +272,7 @@ class WebResourceResponse {
"contentType": contentType,
"contentEncoding": contentEncoding,
"data": data,
"headers": headers,
"statusCode": statusCode,
"reasonPhrase": reasonPhrase
};