mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #14409 from antjkennedy/master
bugfix: WebResponseHeadersDetails missing method
This commit is contained in:
Vendored
+1
@@ -7267,6 +7267,7 @@ declare namespace chrome.webRequest {
|
||||
interface WebResponseHeadersDetails extends WebResponseDetails {
|
||||
/** Optional. The HTTP response headers that have been received with this response. */
|
||||
responseHeaders?: HttpHeader[];
|
||||
method: string; /** standard HTTP method i.e. GET, POST, PUT, etc. */
|
||||
}
|
||||
|
||||
interface WebResponseCacheDetails extends WebResponseHeadersDetails {
|
||||
|
||||
Reference in New Issue
Block a user