-
Notifications
You must be signed in to change notification settings - Fork 73
/
compression.json
49 lines (49 loc) · 1.71 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"spec": {
"title": "Compression Standard",
"url": "https://compression.spec.whatwg.org/"
},
"links": {
"rawlinks": {
"https://creativecommons.org/licenses/by/4.0/": {},
"https://developer.mozilla.org/en-US/docs/Web/API/CompressionStream": {},
"https://developer.mozilla.org/en-US/docs/Web/API/CompressionStream/CompressionStream": {},
"https://developer.mozilla.org/en-US/docs/Web/API/DecompressionStream": {},
"https://developer.mozilla.org/en-US/docs/Web/API/DecompressionStream/DecompressionStream": {},
"https://google.com/": {},
"https://httpwg.org/specs/rfc7230.html": {},
"https://infra.spec.whatwg.org/": {},
"https://opensource.org/licenses/BSD-3-Clause": {},
"https://streams.spec.whatwg.org/": {},
"https://webidl.spec.whatwg.org/": {},
"https://www.rfc-editor.org/rfc/rfc1950": {},
"https://www.rfc-editor.org/rfc/rfc1951": {},
"https://www.rfc-editor.org/rfc/rfc1952": {},
"https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document": {}
},
"autolinks": {
"https://streams.spec.whatwg.org/": {
"anchors": [
"readablestream",
"writablestream",
"generictransformstream",
"generictransformstream-transform",
"transformstream",
"transformstream-set-up",
"transformstream-set-up-transformalgorithm",
"transformstream-set-up-flushalgorithm",
"transformstream-enqueue"
]
},
"https://webidl.spec.whatwg.org/": {
"anchors": [
"BufferSource",
"exceptiondef-typeerror",
"this",
"new",
"idl-Uint8Array"
]
}
}
}
}