-
Notifications
You must be signed in to change notification settings - Fork 73
/
console.json
88 lines (88 loc) · 3.32 KB
/
console.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"spec": {
"title": "Console Standard",
"url": "https://console.spec.whatwg.org/"
},
"links": {
"rawlinks": {
"http://kowalski.gd/": {},
"https://creativecommons.org/licenses/by/4.0/": {},
"https://developer.mozilla.org/en-US/docs/Web/API/console": {},
"https://developer.mozilla.org/en-US/docs/Web/API/console/assert": {},
"https://developer.mozilla.org/en-US/docs/Web/API/console/clear": {},
"https://developer.mozilla.org/en-US/docs/Web/API/console/count": {},
"https://developer.mozilla.org/en-US/docs/Web/API/console/countReset": {},
"https://developer.mozilla.org/en-US/docs/Web/API/console/debug": {},
"https://developer.mozilla.org/en-US/docs/Web/API/console/dir": {},
"https://developer.mozilla.org/en-US/docs/Web/API/console/dirxml": {},
"https://developer.mozilla.org/en-US/docs/Web/API/console/error": {},
"https://developer.mozilla.org/en-US/docs/Web/API/console/group": {},
"https://developer.mozilla.org/en-US/docs/Web/API/console/groupCollapsed": {},
"https://developer.mozilla.org/en-US/docs/Web/API/console/groupEnd": {},
"https://developer.mozilla.org/en-US/docs/Web/API/console/info": {},
"https://developer.mozilla.org/en-US/docs/Web/API/console/log": {},
"https://developer.mozilla.org/en-US/docs/Web/API/console/table": {},
"https://developer.mozilla.org/en-US/docs/Web/API/console/time": {},
"https://developer.mozilla.org/en-US/docs/Web/API/console/timeEnd": {},
"https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog": {},
"https://developer.mozilla.org/en-US/docs/Web/API/console/trace": {},
"https://developer.mozilla.org/en-US/docs/Web/API/console/warn": {},
"https://domenic.me/": {},
"https://domfarolino.com/": {},
"https://github.com/whatwg/console/issues": {},
"https://github.com/whatwg/console/issues/134": {},
"https://google.com/": {},
"https://infra.spec.whatwg.org/": {},
"https://opensource.org/licenses/BSD-3-Clause": {},
"https://tc39.es/ecma262/multipage/": {},
"https://terinstock.com/": {},
"https://webidl.spec.whatwg.org/": {}
},
"autolinks": {
"https://infra.spec.whatwg.org/": {
"anchors": [
"list-is-empty",
"list-append",
"list-prepend",
"list-empty",
"implementation-defined",
"list",
"list-iterate",
"ordered-map",
"string",
"map-exists",
"map-set",
"stack",
"stack-push",
"stack-pop",
"map-remove",
"list-size"
]
},
"https://tc39.github.io/ecma262/": {
"anchors": [
"sec-objectcreate",
"sec-properties-of-the-object-prototype-object",
"sec-ecmascript-language-types-string-type",
"sec-tostring",
"sec-call",
"sec-string-constructor",
"sec-ecmascript-language-types-symbol-type",
"sec-parseint-string-radix",
"sec-parsefloat-string"
]
},
"https://webidl.spec.whatwg.org/": {
"anchors": [
"idl-undefined",
"idl-boolean",
"idl-any",
"idl-sequence",
"idl-DOMString",
"idl-object",
"dfn-namespace-object"
]
}
}
}
}