Bug 1509349 [wpt PR 14187] - Update interfaces/fetch.idl, a=testonly

Automatic update from web-platform-testsUpdate interfaces/fetch.idl (#14187)

Source: https://github.com/tidoust/reffy-reports/blob/ad6a3af/whatwg/idl/fetch.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/458282545
--

wpt-commits: 53dc4fb61401f49e7312d1470139940b9892bb89
wpt-pr: 14187
This commit is contained in:
autofoolip 2018-11-30 16:52:56 +00:00 коммит произвёл James Graham
Родитель 4827311e4a
Коммит 35cf53cb11
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -93,7 +93,7 @@ Response includes Body;
dictionary ResponseInit {
unsigned short status = 200;
ByteString statusText = "OK";
ByteString statusText = "";
HeadersInit headers;
};