diff --git a/index.html b/index.html index 89e683c..1c7b426 100644 --- a/index.html +++ b/index.html @@ -376,6 +376,7 @@
- The transferSize getter steps are to perform the following - steps: + The transferSize getter steps are the following:
+ The contentEncoding getter steps are the following: +
++ Let codings be this's response body info's [=response + body info/content encoding=]. +
++ If codings is null, return the empty string. +
+
+ If codings contains two strings or more, return
+ "multiple
".
+
+ If codings[0] is the empty string, or it is supported by the user agent, + and is listed in the + + content encoding registry on IANA, return codings[0]. +
+
+ "identity
" is never supported as a coding. See details
+
+ here.
+
+ Otherwise, return "unknown
".
+
The renderBlockingStatus getter steps are to return blocking if