-
Notifications
You must be signed in to change notification settings - Fork 74
/
IndexedDB-3.json
371 lines (371 loc) · 16.1 KB
/
IndexedDB-3.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
{
"spec": {
"title": "Indexed Database API 3.0",
"url": "https://w3c.github.io/IndexedDB/"
},
"links": {
"rawlinks": {
"https://datatracker.ietf.org/doc/html/rfc2119": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBCursor": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBCursor/advance": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBCursor/continue": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBCursor/continuePrimaryKey": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBCursor/delete": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBCursor/direction": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBCursor/key": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBCursor/primaryKey": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBCursor/request": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBCursor/source": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBCursor/update": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBCursorWithValue": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBCursorWithValue/value": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/close": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/close_event": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/createObjectStore": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/deleteObjectStore": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/name": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/objectStoreNames": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/transaction": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/version": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/versionchange_event": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBFactory": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBFactory/cmp": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBFactory/databases": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBFactory/deleteDatabase": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBFactory/open": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/count": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/get": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/getAll": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/getAllKeys": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/getKey": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/keyPath": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/multiEntry": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/name": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/objectStore": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/openCursor": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/openKeyCursor": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/unique": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange/bound_static": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange/includes": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange/lower": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange/lowerBound_static": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange/lowerOpen": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange/only_static": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange/upper": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange/upperBound_static": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange/upperOpen": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/add": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/autoIncrement": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/clear": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/count": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/createIndex": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/delete": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/deleteIndex": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/get": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/getAll": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/getAllKeys": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/getKey": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/index": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/indexNames": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/keyPath": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/name": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/openCursor": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/openKeyCursor": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/put": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/transaction": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBOpenDBRequest": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBOpenDBRequest/blocked_event": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBOpenDBRequest/upgradeneeded_event": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBRequest": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBRequest/error": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBRequest/error_event": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBRequest/readyState": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBRequest/result": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBRequest/source": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBRequest/success_event": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBRequest/transaction": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/abort": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/abort_event": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/commit": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/complete_event": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/db": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/durability": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/error": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/error_event": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/mode": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/objectStore": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/objectStoreNames": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBVersionChangeEvent": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBVersionChangeEvent/IDBVersionChangeEvent": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBVersionChangeEvent/newVersion": {},
"https://developer.mozilla.org/en-US/docs/Web/API/IDBVersionChangeEvent/oldVersion": {},
"https://developer.mozilla.org/en-US/docs/Web/API/indexedDB": {},
"https://dom.spec.whatwg.org/": {
"anchors": [
"constructing-events"
]
},
"https://github.com/tabatkins/bikeshed": {},
"https://github.com/w3c/IndexedDB/": {},
"https://github.com/w3c/IndexedDB/issues": {},
"https://github.com/w3c/IndexedDB/issues/215": {},
"https://github.com/w3c/IndexedDB/issues/234": {},
"https://github.com/w3c/IndexedDB/issues/253": {},
"https://github.com/w3c/IndexedDB/issues/255": {},
"https://github.com/w3c/IndexedDB/issues/294": {},
"https://github.com/w3c/IndexedDB/issues/309": {},
"https://github.com/w3c/IndexedDB/issues/31": {},
"https://github.com/w3c/IndexedDB/issues/327": {},
"https://github.com/w3c/IndexedDB/issues/346": {},
"https://github.com/w3c/IndexedDB/issues/408": {},
"https://github.com/w3c/IndexedDB/issues/423": {},
"https://github.com/w3c/IndexedDB/issues/50": {},
"https://github.com/w3c/IndexedDB/pull/232": {},
"https://github.com/w3c/IndexedDB/pull/238": {},
"https://html.spec.whatwg.org/multipage/": {},
"https://httpwg.org/specs/rfc6265.html": {},
"https://infra.spec.whatwg.org/": {},
"https://lists.w3.org/Archives/Public/public-webapps/": {},
"https://storage.spec.whatwg.org/": {},
"https://tc39.es/ecma262/multipage/": {},
"https://w3c.github.io/FileAPI/": {},
"https://w3c.github.io/charmod-norm/": {},
"https://w3c.github.io/webstorage/": {},
"https://webidl.spec.whatwg.org/": {},
"https://www.w3.org/2004/01/pp-impl/114929/status": {},
"https://www.w3.org/TR/": {},
"https://www.w3.org/TR/2015/REC-IndexedDB-20150108/": {
"anchors": [
"revision-history"
]
},
"https://www.w3.org/TR/2018/REC-IndexedDB-2-20180130/": {},
"https://www.w3.org/TR/IndexedDB-2/": {
"anchors": [
"revision-history"
]
},
"https://www.w3.org/groups/wg/webapps": {},
"https://www.w3.org/policies/patent-policy/20200915/": {
"anchors": [
"def-essential",
"sec-Disclosure"
]
},
"https://www.w3.org/policies/process/20231103/": {}
},
"autolinks": {
"https://dom.spec.whatwg.org/": {
"anchors": [
"document",
"get-the-parent",
"concept-event",
"concept-event-dispatch",
"eventtarget",
"event",
"dictdef-eventinit",
"concept-event-create",
"dom-event-type",
"dom-event-bubbles",
"dom-event-cancelable",
"concept-event-fire",
"canceled-flag",
"dom-event-preventdefault"
]
},
"https://html.spec.whatwg.org/multipage/browsers.html": {
"anchors": [
"dom-document-domain",
"concept-origin"
]
},
"https://html.spec.whatwg.org/multipage/canvas.html": {
"anchors": [
"imagedata"
]
},
"https://html.spec.whatwg.org/multipage/common-dom-interfaces.html": {
"anchors": [
"domstringlist"
]
},
"https://html.spec.whatwg.org/multipage/document-sequences.html": {
"anchors": [
"browsing-context"
]
},
"https://html.spec.whatwg.org/multipage/infrastructure.html": {
"anchors": [
"in-parallel"
]
},
"https://html.spec.whatwg.org/multipage/structured-data.html": {
"anchors": [
"serializable-objects",
"structuredserializeforstorage",
"structureddeserialize"
]
},
"https://html.spec.whatwg.org/multipage/webappapis.html": {
"anchors": [
"event-loop",
"queue-a-task",
"task-queue",
"event-handler-idl-attributes",
"eventhandler",
"event-handler-event-type",
"windoworworkerglobalscope",
"relevant-settings-object"
]
},
"https://infra.spec.whatwg.org/": {
"anchors": [
"string",
"list",
"list-sort-in-ascending-order",
"code-unit-less-than",
"byte-sequence",
"list-item",
"assert",
"byte-less-than",
"list-size",
"byte",
"ordered-set",
"list-iterate",
"list-append",
"strictly-split",
"byte-sequence-length",
"list-contain",
"set-append"
]
},
"https://storage.spec.whatwg.org/": {
"anchors": [
"storage-key",
"storage-bucket",
"obtain-a-storage-key"
]
},
"https://tc39.es/ecma262/multipage/abstract-operations.html": {
"anchors": [
"sec-tostring",
"sec-createdataproperty",
"sec-tolength",
"sec-get-o-p",
"sec-hasownproperty"
]
},
"https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html": {
"anchors": [
"sec-completion-record-specification-type"
]
},
"https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html": {
"anchors": [
"realm",
"current-realm"
]
},
"https://tc39.es/ecma262/multipage/fundamental-objects.html": {
"anchors": [
"sec-object-objects"
]
},
"https://tc39.es/ecma262/multipage/indexed-collections.html": {
"anchors": [
"sec-array.prototype.sort",
"sec-array-objects"
]
},
"https://tc39.es/ecma262/multipage/numbers-and-dates.html": {
"anchors": [
"sec-date-objects",
"sec-number-objects"
]
},
"https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html": {
"anchors": [
"array-exotic-object"
]
},
"https://tc39.es/ecma262/multipage/text-processing.html": {
"anchors": [
"sec-string-objects",
"sec-regexp-regular-expression-objects"
]
},
"https://tc39.github.io/ecma262/": {
"anchors": [
"prod-IdentifierName",
"sec-algorithm-conventions",
"sec-ecmascript-data-types-and-values",
"sec-returnifabrupt"
]
},
"https://w3c.github.io/FileAPI/": {
"anchors": [
"dfn-file",
"dfn-Blob",
"dfn-size",
"dfn-type",
"dfn-name",
"dfn-lastModified"
]
},
"https://webidl.spec.whatwg.org/": {
"anchors": [
"idl-DOMString",
"idl-record",
"idl-unrestricted-double",
"idl-ArrayBuffer",
"idl-Uint8Array",
"idl-byte",
"dfn-throw",
"dataerror",
"idl-DOMException",
"constrainterror",
"aborterror",
"datacloneerror",
"invalidaccesserror",
"invalidstateerror",
"notfounderror",
"notreadableerror",
"quotaexceedederror",
"syntaxerror",
"readonlyerror",
"transactioninactiveerror",
"unknownerror",
"versionerror",
"Exposed",
"idl-any",
"this",
"idl-unsigned-long-long",
"SameObject",
"NewObject",
"EnforceRange",
"idl-promise",
"idl-sequence",
"idl-short",
"exceptiondef-typeerror",
"securityerror",
"a-promise-rejected-with",
"a-new-promise",
"reject",
"resolve",
"idl-undefined",
"idl-boolean",
"idl-unsigned-long",
"the-given-value",
"dfn-create-exception",
"dfn-buffer-source-type",
"dfn-get-buffer-source-copy"
]
}
}
}
}