forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
compression.json
35 lines (35 loc) · 1.01 KB
/
compression.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"spec": {
"title": "Compression Streams",
"url": "https://wicg.github.io/compression/"
},
"links": {
"https://www.w3.org/community/wicg/": [],
"https://www.w3.org/community/about/agreements/cla/": [],
"https://www.w3.org/community/": [],
"https://heycam.github.io/webidl/": [
"BufferSource",
"Exposed",
"idl-DOMString",
"exceptiondef-typeerror",
"this",
"new",
"idl-Uint8Array"
],
"https://streams.spec.whatwg.org/": [
"readablestream",
"writablestream",
"generictransformstream",
"generictransformstream-transform",
"transformstream",
"transformstream-set-up",
"transformstream-set-up-transformalgorithm",
"transformstream-set-up-flushalgorithm",
"transformstream-enqueue"
],
"https://datatracker.ietf.org/doc/html/rfc1950": [],
"https://datatracker.ietf.org/doc/html/rfc1952": [],
"https://tools.ietf.org/html/rfc2119": [],
"https://httpwg.org/specs/rfc7230.html": []
}
}