diff --git a/index.html b/index.html index 89e683c..cde43a9 100644 --- a/index.html +++ b/index.html @@ -376,6 +376,7 @@

readonly attribute unsigned short responseStatus; readonly attribute RenderBlockingStatusType renderBlockingStatus; readonly attribute DOMString contentType; + readonly attribute DOMString contentEncoding; [Default] object toJSON(); }; @@ -715,6 +716,13 @@

resource info's [=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 renderBlockingStatus getter steps are to return blocking if