From 9cc68e0b80175263196b4db2096cc259f0db7d7b Mon Sep 17 00:00:00 2001
From: Guohui Deng
readonly attribute unsigned short responseStatus;
readonly attribute RenderBlockingStatusType renderBlockingStatus;
readonly attribute DOMString contentType;
+ readonly attribute DOMString contentEncoding;
[Default] object toJSON();
};
@@ -715,6 +716,11 @@
resource info's
[=response body info/content type=].
+ The contentEncoding getter steps are to return this's + resource info's + [=response body info/content encoding=]. +
The renderBlockingStatus getter steps are to return
blocking if
From 30457956d9674017e578c7edffc7e0d729c6ca1a Mon Sep 17 00:00:00 2001
From: Guohui Deng
[=response body info/content type=].
- The contentEncoding getter steps are to return this's - resource info's - [=response body info/content encoding=]. + The contentEncoding getter steps are to return a filtered + value of this's + resource info's [=response body info/content encoding=]. If the + value is not an empty string and it's not an encoding the browser + natively supports, return `unknown` instead.
The renderBlockingStatus getter steps are to return
From 0f148bf3655a412d028ffadac57b27dc47693c45 Mon Sep 17 00:00:00 2001
From: Guohui Deng
The contentEncoding getter steps are to return a filtered
value of this's
resource info's [=response body info/content encoding=]. If the
- value is not an empty string and it's not an encoding the browser
- natively supports, return `unknown` instead.
+ value is not an empty string and it's not an encoding value the
+ browser natively supports, return `unknown` instead.
The renderBlockingStatus getter steps are to return
From 6437898835b24e632b214f08e5821d73944ce489 Mon Sep 17 00:00:00 2001
From: Guohui Deng
[=response body info/content type=].
- The contentEncoding getter steps are to return a filtered - value of this's - resource info's [=response body info/content encoding=]. If the - value is not an empty string and it's not an encoding value the - browser natively supports, return `unknown` instead. + The contentEncoding getter steps are to perform the following + steps:
++ Let codings be this's response body info's [=response + body info/content encoding=]. +
++ codings is a list of strings. +
++ If codings is null, return the empty string. +
+
+ If codings contains two strings or more, return
+ "multiple".
+
+ codings must contain exactly one string. +
++ Let coding be the string in codings. +
+ If coding is recognized and supported by browser, return + coding. + +
+ A browser should only recognize the empty string or coding values registered
+
+ here. "identify" should not be recognized as it
+ is reserved(as detailed
+
+ here). Not all recognized values are supported by the browser.
+
+ Otherwise, return "unknown".
+
The renderBlockingStatus getter steps are to return
blocking if
From 4a4510d8ba8ce16b5d42283ceae7a0a026506803 Mon Sep 17 00:00:00 2001
From: Guohui Deng
info's [=response body info/decoded size=].
- The transferSize getter steps are to perform the following - steps: + The transferSize getter steps are the following:
- The contentEncoding getter steps are to perform the following - steps: + The contentEncoding getter steps are the following:
- codings is a list of strings. -
@@ -744,21 +739,12 @@
- codings must contain exactly one string. -
-- Let coding be the string in codings. -
- If coding is recognized and supported by browser, return - coding. - -
- A browser should only recognize the empty string or coding values registered
+ If codings[0] is supported by the user agent, and is listed in the
- here. "identify" should not be recognized as it
- is reserved(as detailed
+ content encoding registry on IANA, return codings[0].
+ Note "identity" is never supported as a coding. See details
- here). Not all recognized values are supported by the browser.
+ here.
identity" is never supported as a coding. See details
+
+
+ "identity" is never supported as a coding. See details
here.
- If codings[0] is supported by the user agent, and is listed in the + 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].
From d75d04080f75d606d5620e60dc150ff124f7f6af Mon Sep 17 00:00:00 2001 From: Guohui Deng- The contentEncoding getter steps are the following: + The contentEncoding getter steps are to return + this's resource info + 's [=response body info/content encoding=].
-- 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
From 03df97e3714fbaaba416fd56dc7666e962e82647 Mon Sep 17 00:00:00 2001
From: Guohui Deng
info's [=response body info/decoded size=].
- The transferSize getter steps are the following: + The transferSize getter steps are: