4
4
< title > Compression Streams</ title >
5
5
< meta content ="width=device-width, initial-scale=1, shrink-to-fit=no " name ="viewport ">
6
6
< link href ="https://www.w3.org/StyleSheets/TR/2021/cg-draft " rel ="stylesheet ">
7
- < meta content ="Bikeshed version dfbc2b297 , updated Thu Nov 11 15:52:32 2021 -0800 " name ="generator ">
7
+ < meta content ="Bikeshed version 15125077e , updated Fri Jan 14 14:49:38 2022 -0800 " name ="generator ">
8
8
< link href ="https://wicg.github.io/compression/ " rel ="canonical ">
9
+ < meta content ="03341243b006ef0244f4c687b60eccdb37329e5c " name ="document-revision ">
9
10
< style > /* style-autolinks */
10
11
11
12
.css .css , .property .property , .descriptor .descriptor {
632
633
< div class ="head ">
633
634
< p data-fill-with ="logo "> < a class ="logo " href ="https://www.w3.org/ "> < img alt ="W3C " height ="48 " src ="https://www.w3.org/StyleSheets/TR/2021/logos/W3C " width ="72 "> </ a > </ p >
634
635
< h1 class ="p-name no-ref " id ="title "> Compression Streams</ h1 >
635
- < p id ="w3c-state "> < a href ="https://www.w3.org/standards/types#CG-DRAFT "> Draft Community Group Report</ a > , < time class ="dt-updated " datetime ="2021-11-15 " > 15 November 2021 </ time > </ p >
636
+ < p id ="w3c-state "> < a href ="https://www.w3.org/standards/types#CG-DRAFT "> Draft Community Group Report</ a > , < time class ="dt-updated " datetime ="2022-01-18 " > 18 January 2022 </ time > </ p >
636
637
< div data-fill-with ="spec-metadata ">
637
638
< dl >
638
639
< dt > This version:
@@ -645,7 +646,7 @@ <h1 class="p-name no-ref" id="title">Compression Streams</h1>
645
646
</ dl >
646
647
</ div >
647
648
< div data-fill-with ="warning "> </ div >
648
- < p class ="copyright " data-fill-with ="copyright "> < a href ="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright "> Copyright</ a > © 2021 the Contributors to the Compression Streams Specification, published by the < a href ="https://www.w3.org/community/wicg/ "> Web Platform Incubator Community Group</ a > under the < a href ="https://www.w3.org/community/about/agreements/cla/ "> W3C Community Contributor License Agreement (CLA)</ a > .
649
+ < p class ="copyright " data-fill-with ="copyright "> < a href ="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright "> Copyright</ a > © 2022 the Contributors to the Compression Streams Specification, published by the < a href ="https://www.w3.org/community/wicg/ "> Web Platform Incubator Community Group</ a > under the < a href ="https://www.w3.org/community/about/agreements/cla/ "> W3C Community Contributor License Agreement (CLA)</ a > .
649
650
A human-readable < a href ="http://www.w3.org/community/about/agreements/cla-deed/ "> summary</ a > is available. </ p >
650
651
< hr title ="Separator for header ">
651
652
</ div >
@@ -788,7 +789,7 @@ <h2 class="heading settled" data-level="5" id="compression-stream"><span class="
788
789
</ div >
789
790
</ div >
790
791
</ div >
791
- < pre class ="idl highlight def "> [< a class =" idl-code " data-link-type =" extended-attribute " href =" https://webidl.spec.whatwg.org/# Exposed" id =" ref-for-Exposed " > < c- g > Exposed </ c- > </ a > =( < c- n > Window </ c- > , < c- n > Worker </ c- > ) ]
792
+ < pre class ="idl highlight def "> [Exposed=* ]
792
793
< c- b > interface</ c- > < dfn class ="dfn-paneled idl-code " data-dfn-type ="interface " data-export id ="compressionstream "> < code > < c- g > CompressionStream</ c- > </ code > </ dfn > {
793
794
< a class ="idl-code " data-link-type ="constructor " href ="#dom-compressionstream-compressionstream " id ="ref-for-dom-compressionstream-compressionstream "> < c- g > constructor</ c- > </ a > (< a class ="idl-code " data-link-type ="interface " href ="https://webidl.spec.whatwg.org/#idl-DOMString " id ="ref-for-idl-DOMString "> < c- b > DOMString</ c- > </ a > < dfn class ="idl-code " data-dfn-for ="CompressionStream/CompressionStream(format), CompressionStream/constructor(format) " data-dfn-type ="argument " data-export id ="dom-compressionstream-compressionstream-format-format "> < code > < c- g > format</ c- > </ code > < a class ="self-link " href ="#dom-compressionstream-compressionstream-format-format "> </ a > </ dfn > );
794
795
};
@@ -808,6 +809,8 @@ <h2 class="heading settled" data-level="5" id="compression-stream"><span class="
808
809
< span class ="edge no "> < span > Edge (Legacy)</ span > < span > None</ span > </ span > < span class ="ie no "> < span > IE</ span > < span > None</ span > </ span >
809
810
< hr >
810
811
< span class ="firefox_android no "> < span > Firefox for Android</ span > < span > None</ span > </ span > < span class ="safari_ios no "> < span > iOS Safari</ span > < span > None</ span > </ span > < span class ="chrome_android yes "> < span > Chrome for Android</ span > < span > 80+</ span > </ span > < span class ="webview_android yes "> < span > Android WebView</ span > < span > 80+</ span > </ span > < span class ="samsunginternet_android yes "> < span > Samsung Internet</ span > < span > 13.0+</ span > </ span > < span class ="opera_android yes "> < span > Opera Mobile</ span > < span > 57+</ span > </ span >
812
+ < hr >
813
+ < span class ="nodejs yes "> < span > Node.js</ span > < span > 16.7.0+</ span > </ span >
811
814
</ div >
812
815
</ div >
813
816
</ div >
@@ -867,7 +870,7 @@ <h2 class="heading settled" data-level="6" id="decompression-stream"><span class
867
870
</ div >
868
871
</ div >
869
872
</ div >
870
- < pre class ="idl highlight def "> [< a class =" idl-code " data-link-type =" extended-attribute " href =" https://webidl.spec.whatwg.org/# Exposed" id =" ref-for-Exposed① " > < c- g > Exposed </ c- > </ a > =( < c- n > Window </ c- > , < c- n > Worker </ c- > ) ]
873
+ < pre class ="idl highlight def "> [Exposed=* ]
871
874
< c- b > interface</ c- > < dfn class ="dfn-paneled idl-code " data-dfn-type ="interface " data-export id ="decompressionstream "> < code > < c- g > DecompressionStream</ c- > </ code > </ dfn > {
872
875
< a class ="idl-code " data-link-type ="constructor " href ="#dom-decompressionstream-decompressionstream " id ="ref-for-dom-decompressionstream-decompressionstream "> < c- g > constructor</ c- > </ a > (< a class ="idl-code " data-link-type ="interface " href ="https://webidl.spec.whatwg.org/#idl-DOMString " id ="ref-for-idl-DOMString① "> < c- b > DOMString</ c- > </ a > < dfn class ="idl-code " data-dfn-for ="DecompressionStream/DecompressionStream(format), DecompressionStream/constructor(format) " data-dfn-type ="argument " data-export id ="dom-decompressionstream-decompressionstream-format-format "> < code > < c- g > format</ c- > </ code > < a class ="self-link " href ="#dom-decompressionstream-decompressionstream-format-format "> </ a > </ dfn > );
873
876
};
@@ -887,6 +890,8 @@ <h2 class="heading settled" data-level="6" id="decompression-stream"><span class
887
890
< span class ="edge no "> < span > Edge (Legacy)</ span > < span > None</ span > </ span > < span class ="ie no "> < span > IE</ span > < span > None</ span > </ span >
888
891
< hr >
889
892
< span class ="firefox_android no "> < span > Firefox for Android</ span > < span > None</ span > </ span > < span class ="safari_ios no "> < span > iOS Safari</ span > < span > None</ span > </ span > < span class ="chrome_android yes "> < span > Chrome for Android</ span > < span > 80+</ span > </ span > < span class ="webview_android yes "> < span > Android WebView</ span > < span > 80+</ span > </ span > < span class ="samsunginternet_android yes "> < span > Samsung Internet</ span > < span > 13.0+</ span > </ span > < span class ="opera_android yes "> < span > Opera Mobile</ span > < span > 57+</ span > </ span >
893
+ < hr >
894
+ < span class ="nodejs yes "> < span > Node.js</ span > < span > 16.7.0+</ span > </ span >
890
895
</ div >
891
896
</ div >
892
897
</ div >
@@ -1021,13 +1026,6 @@ <h3 class="no-num no-ref heading settled" id="index-defined-here"><span class="c
1021
1026
< li > < a href ="#ref-for-idl-DOMString① "> 6. Interface DecompressionStream</ a >
1022
1027
</ ul >
1023
1028
</ aside >
1024
- < aside class ="dfn-panel " data-for ="term-for-Exposed ">
1025
- < a href ="https://webidl.spec.whatwg.org/#Exposed "> https://webidl.spec.whatwg.org/#Exposed</ a > < b > Referenced in:</ b >
1026
- < ul >
1027
- < li > < a href ="#ref-for-Exposed "> 5. Interface CompressionStream</ a >
1028
- < li > < a href ="#ref-for-Exposed① "> 6. Interface DecompressionStream</ a >
1029
- </ ul >
1030
- </ aside >
1031
1029
< aside class ="dfn-panel " data-for ="term-for-exceptiondef-typeerror ">
1032
1030
< a href ="https://webidl.spec.whatwg.org/#exceptiondef-typeerror "> https://webidl.spec.whatwg.org/#exceptiondef-typeerror</ a > < b > Referenced in:</ b >
1033
1031
< ul >
@@ -1126,7 +1124,6 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
1126
1124
< ul >
1127
1125
< li > < span class ="dfn-paneled " id ="term-for-BufferSource "> BufferSource</ span >
1128
1126
< li > < span class ="dfn-paneled " id ="term-for-idl-DOMString "> DOMString</ span >
1129
- < li > < span class ="dfn-paneled " id ="term-for-Exposed "> Exposed</ span >
1130
1127
< li > < span class ="dfn-paneled " id ="term-for-exceptiondef-typeerror "> TypeError</ span >
1131
1128
< li > < span class ="dfn-paneled " id ="term-for-idl-Uint8Array "> Uint8Array</ span >
1132
1129
< li > < span class ="dfn-paneled " id ="term-for-new "> new</ span >
@@ -1166,13 +1163,13 @@ <h3 class="no-num no-ref heading settled" id="informative"><span class="content"
1166
1163
< dd > R. Fielding, Ed.; J. Reschke, Ed.. < a href ="https://httpwg.org/specs/rfc7230.html "> < cite > Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</ cite > </ a > . June 2014. Proposed Standard. URL: < a href ="https://httpwg.org/specs/rfc7230.html "> https://httpwg.org/specs/rfc7230.html</ a >
1167
1164
</ dl >
1168
1165
< h2 class ="no-num no-ref heading settled " id ="idl-index "> < span class ="content "> IDL Index</ span > < a class ="self-link " href ="#idl-index "> </ a > </ h2 >
1169
- < pre class ="idl highlight def "> [< a class =" idl-code " data-link-type =" extended-attribute " href =" https://webidl.spec.whatwg.org/# Exposed" > < c- g > Exposed </ c- > </ a > =( < c- n > Window </ c- > , < c- n > Worker </ c- > ) ]
1166
+ < pre class ="idl highlight def "> [Exposed=* ]
1170
1167
< c- b > interface</ c- > < a href ="#compressionstream "> < code > < c- g > CompressionStream</ c- > </ code > </ a > {
1171
1168
< a class ="idl-code " data-link-type ="constructor " href ="#dom-compressionstream-compressionstream "> < c- g > constructor</ c- > </ a > (< a class ="idl-code " data-link-type ="interface " href ="https://webidl.spec.whatwg.org/#idl-DOMString "> < c- b > DOMString</ c- > </ a > < a href ="#dom-compressionstream-compressionstream-format-format "> < code > < c- g > format</ c- > </ code > </ a > );
1172
1169
};
1173
1170
< a data-link-type ="idl-name " href ="#compressionstream "> < c- n > CompressionStream</ c- > </ a > < c- b > includes</ c- > < a data-link-type ="idl-name " href ="https://streams.spec.whatwg.org/#generictransformstream "> < c- n > GenericTransformStream</ c- > </ a > ;
1174
1171
1175
- [< a class =" idl-code " data-link-type =" extended-attribute " href =" https://webidl.spec.whatwg.org/# Exposed" > < c- g > Exposed </ c- > </ a > =( < c- n > Window </ c- > , < c- n > Worker </ c- > ) ]
1172
+ [Exposed=* ]
1176
1173
< c- b > interface</ c- > < a href ="#decompressionstream "> < code > < c- g > DecompressionStream</ c- > </ code > </ a > {
1177
1174
< a class ="idl-code " data-link-type ="constructor " href ="#dom-decompressionstream-decompressionstream "> < c- g > constructor</ c- > </ a > (< a class ="idl-code " data-link-type ="interface " href ="https://webidl.spec.whatwg.org/#idl-DOMString "> < c- b > DOMString</ c- > </ a > < a href ="#dom-decompressionstream-decompressionstream-format-format "> < code > < c- g > format</ c- > </ code > </ a > );
1178
1175
};
0 commit comments