• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1namespace="IndexedDB"
2
3# http://www.w3.org/TR/IndexedDB/#idl-def-IDBCursorDirection
4next
5nextunique
6prev
7prevunique
8
9# http://www.w3.org/TR/IndexedDB/#idl-def-IDBTransactionMode
10readonly
11readwrite
12versionchange
13
14# http://www.w3.org/TR/IndexedDB/#idl-def-IDBRequestReadyState
15pending
16done
17
18# http://www.w3.org/TR/IndexedDB/#idl-def-IDBVersionChangeEvent
19# FIXME: This enum is non-standard, see
20# https://www.w3.org/Bugs/Public/show_bug.cgi?id=22370
21none
22total
23