diff --git a/fetch.bs b/fetch.bs old mode 100644 new mode 100755 index 4b1f0c2ca..919470138 --- a/fetch.bs +++ b/fetch.bs @@ -370,6 +370,8 @@ following items: [[RESOURCE-TIMING]] [[NAVIGATION-TIMING]]
A number.
content type (default the empty string)
An ASCII string. +
content encoding (default the empty string) +
An ASCII string.
@@ -6319,6 +6321,9 @@ optional boolean forceNewConnection (default false), run these steps:
  • Let codings be the result of extracting header list values given `Content-Encoding` and response's header list. +

  • Set response's body info's + content encoding to codings. +

  • Increase response's body info's encoded size by bytes's length. @@ -9128,6 +9133,7 @@ Gavin Carothers, Glenn Maynard, Graham Klyne, Gregory Terzian, +Guohui Deng(邓国辉), Hal Lockhart, Hallvord R. M. Steen, Harris Hancock,