forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IndexedDB-3.json
279 lines (279 loc) · 13 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
{
"spec": {
"title": "Indexed Database API 3.0",
"url": "https://w3c.github.io/IndexedDB/"
},
"links": {
"https://www.w3.org/TR/": [],
"https://www.w3.org/2019/webapps/": [],
"https://github.com/w3c/IndexedDB/issues": [],
"https://lists.w3.org/Archives/Public/public-webapps/": [],
"https://www.w3.org/Consortium/Patent-Policy-20200915/": [
"def-essential",
"sec-Disclosure"
],
"https://www.w3.org/2004/01/pp-impl/114929/status": [],
"https://www.w3.org/2020/Process-20200915/": [],
"https://www.w3.org/TR/2015/REC-IndexedDB-20150108/": [
"revision-history"
],
"https://www.w3.org/TR/2018/REC-IndexedDB-2-20180130/": [],
"https://tc39.github.io/ecma262/": [
"sec-terms-and-definitions-string-type",
"sec-array.prototype.sort",
"sec-array-objects",
"sec-date-objects",
"sec-object-objects",
"sec-list-and-record-specification-type",
"sec-terms-and-definitions-number-type",
"sec-arraybuffer-objects",
"sec-typedarray-objects",
"prod-IdentifierName",
"sec-native-error-types-used-in-this-standard-typeerror",
"realm",
"current-realm",
"sec-algorithm-conventions",
"sec-completion-record-specification-type",
"sec-tostring",
"sec-createdataproperty",
"sec-ecmascript-data-types-and-values",
"sec-tolength",
"sec-get-o-p",
"sec-hasownproperty",
"array-exotic-objects",
"sec-returnifabrupt",
"sec-regexp-regular-expression-objects"
],
"https://heycam.github.io/webidl/": [
"idl-DOMString",
"idl-unrestricted-double",
"idl-byte",
"dfn-throw",
"dataerror",
"idl-DOMException",
"constrainterror",
"aborterror",
"datacloneerror",
"invalidaccesserror",
"invalidstateerror",
"notfounderror",
"quotaexceedederror",
"syntaxerror",
"readonlyerror",
"transactioninactiveerror",
"unknownerror",
"versionerror",
"Exposed",
"idl-any",
"this",
"idl-unsigned-long-long",
"SameObject",
"NewObject",
"EnforceRange",
"idl-promise",
"idl-sequence",
"idl-short",
"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"
],
"https://infra.spec.whatwg.org/": [
"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://html.spec.whatwg.org/": [
"domstringlist",
"concept-origin",
"document",
"dom-document-domain",
"serializable-objects",
"imagedata",
"structuredserializeforstorage",
"event-loop",
"queue-a-task",
"task-queue",
"browsing-context",
"event-handler-idl-attributes",
"eventhandler",
"event-handler-event-type",
"windoworworkerglobalscope",
"relevant-settings-object",
"concept-settings-object-origin",
"concept-origin-opaque",
"in-parallel",
"event-close",
"structureddeserialize"
],
"https://dom.spec.whatwg.org/": [
"get-the-parent",
"concept-event",
"concept-event-dispatch",
"eventtarget",
"event",
"dictdef-eventinit",
"constructing-events",
"concept-event-create",
"dom-event-type",
"dom-event-bubbles",
"dom-event-cancelable",
"concept-event-fire",
"canceled-flag",
"dom-event-preventdefault"
],
"https://w3c.github.io/FileAPI/": [
"dfn-file",
"dfn-Blob",
"dfn-size",
"dfn-type",
"dfn-name",
"dfn-lastModified"
],
"https://storage.spec.whatwg.org/": [
"storage-bucket"
],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBRequest": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBRequest/result": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBRequest/error": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBRequest/source": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBRequest/transaction": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBRequest/readyState": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBRequest/onsuccess": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBRequest/onerror": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBOpenDBRequest": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBOpenDBRequest/onblocked": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBOpenDBRequest/onupgradeneeded": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBVersionChangeEvent": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBVersionChangeEvent/oldVersion": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBVersionChangeEvent/newVersion": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBFactory": [],
"https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/indexedDB": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBFactory/open": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBFactory/deleteDatabase": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBFactory/databases": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBFactory/cmp": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/name": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/version": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/objectStoreNames": [],
"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/transaction": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/close": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/onabort": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/onclose": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/onerror": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/onversionchange": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/name": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/keyPath": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/indexNames": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/transaction": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/autoIncrement": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/put": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/add": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/delete": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/clear": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/get": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/getKey": [],
"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/count": [],
"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/createIndex": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/index": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/deleteIndex": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex": [],
"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/keyPath": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/multiEntry": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/unique": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/getKey": [],
"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/count": [],
"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/IDBKeyRange": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange/lower": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange/upper": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange/lowerOpen": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange/upperOpen": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange/only": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange/lowerBound": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange/upperBound": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange/bound": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange/includes": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBCursor": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBCursor/source": [],
"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/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/update": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBCursor/delete": [],
"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/IDBTransaction": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/objectStoreNames": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/mode": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/db": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/error": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/objectStore": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/abort": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/commit": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/onabort": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/oncomplete": [],
"https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/onerror": [],
"https://github.com/w3c/IndexedDB/": [],
"https://www.w3.org/TR/IndexedDB-2/": [
"revision-history"
],
"https://github.com/w3c/IndexedDB/pull/232": [],
"https://github.com/w3c/IndexedDB/pull/238": [],
"https://github.com/w3c/IndexedDB/issues/31": [],
"https://github.com/w3c/IndexedDB/issues/234": [],
"https://github.com/w3c/IndexedDB/issues/255": [],
"https://github.com/w3c/IndexedDB/issues/215": [],
"https://github.com/w3c/IndexedDB/issues/294": [],
"https://github.com/w3c/IndexedDB/issues/309": [],
"https://github.com/w3c/IndexedDB/issues/50": [],
"https://github.com/w3c/IndexedDB/issues/253": [],
"https://github.com/w3c/IndexedDB/issues/327": [],
"https://github.com/w3c/IndexedDB/issues/346": [],
"https://github.com/tabatkins/bikeshed": [],
"https://tc39.es/ecma262/multipage/": [],
"https://www.w3.org/TR/FileAPI/": [],
"https://tools.ietf.org/html/rfc2119": [],
"https://www.w3.org/TR/charmod-norm/": [],
"https://httpwg.org/specs/rfc6265.html": [],
"https://www.w3.org/TR/webstorage/": []
}
}