web-api-manager/data/standards/IDB.json

58 lines
1.9 KiB
JSON

{
"info": {
"name": "Indexed Database API",
"subsection_number": null,
"subsection_name": null,
"url": "https://www.w3.org/TR/IndexedDB/"
},
"features": [
"IDBCursor.prototype.advance",
"IDBCursor.prototype.continue",
"IDBCursor.prototype.delete",
"IDBCursor.prototype.update",
"IDBDatabase.prototype.close",
"IDBDatabase.prototype.createMutableFile",
"IDBDatabase.prototype.createObjectStore",
"IDBDatabase.prototype.deleteObjectStore",
"IDBDatabase.prototype.mozCreateFileHandle",
"IDBDatabase.prototype.transaction",
"IDBFactory.prototype.cmp",
"IDBFactory.prototype.deleteDatabase",
"IDBFactory.prototype.open",
"IDBFileHandle.prototype.abort",
"IDBFileHandle.prototype.append",
"IDBFileHandle.prototype.flush",
"IDBFileHandle.prototype.getMetadata",
"IDBFileHandle.prototype.readAsArrayBuffer",
"IDBFileHandle.prototype.readAsText",
"IDBFileHandle.prototype.truncate",
"IDBFileHandle.prototype.write",
"IDBIndex.prototype.count",
"IDBIndex.prototype.get",
"IDBIndex.prototype.getKey",
"IDBIndex.prototype.mozGetAll",
"IDBIndex.prototype.mozGetAllKeys",
"IDBIndex.prototype.openCursor",
"IDBIndex.prototype.openKeyCursor",
"IDBKeyRange.bound",
"IDBKeyRange.lowerBound",
"IDBKeyRange.only",
"IDBKeyRange.upperBound",
"IDBMutableFile.prototype.getFile",
"IDBMutableFile.prototype.open",
"IDBObjectStore.prototype.add",
"IDBObjectStore.prototype.clear",
"IDBObjectStore.prototype.count",
"IDBObjectStore.prototype.createIndex",
"IDBObjectStore.prototype.delete",
"IDBObjectStore.prototype.deleteIndex",
"IDBObjectStore.prototype.get",
"IDBObjectStore.prototype.index",
"IDBObjectStore.prototype.mozGetAll",
"IDBObjectStore.prototype.openCursor",
"IDBObjectStore.prototype.put",
"IDBTransaction.prototype.abort",
"IDBTransaction.prototype.objectStore",
"window.indexedDB"
]
}