| Index: third_party/WebKit/Source/modules/fetch/Response.idl
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Response.idl b/third_party/WebKit/Source/modules/fetch/Response.idl
|
| index 9f24fcda49d7d3cf15a3a94d91cb8152c48ba4d0..c7d373ec423da1755df9313c7c3fb4697c28f6f1 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Response.idl
|
| +++ b/third_party/WebKit/Source/modules/fetch/Response.idl
|
| @@ -20,6 +20,7 @@ enum ResponseType { "basic", "cors", "default", "error", "opaque", "opaqueredire
|
| [CallWith=ExecutionContext, RaisesException] static Response redirect(USVString url, optional unsigned short status = 302);
|
| readonly attribute ResponseType type;
|
| readonly attribute USVString url;
|
| + readonly attribute boolean redirected;
|
| readonly attribute unsigned short status;
|
| readonly attribute boolean ok;
|
| readonly attribute ByteString statusText;
|
|
|