package ezjs_idb

  1. Overview
  2. Docs
type 'a listener = ('a -> unit) Ezjs_min.callback Ezjs_min.aopt
class type domException = object ... end
class type domStringList = object ... end
class type iDBVersionChangeEvent = object ... end
class type 'key iDBKeyRange = object ... end
class type create_index_options = object ... end
class type database_dict = object ... end
class type create_db_options = object ... end
class type iDBTransaction = object ... end
class type 'result iDBRequest = object ... end
class type ['key, 'result] iDBCursor = object ... end
class type ['key, 'result] iDBCursorWithValue = object ... end
class type ['key, 'data] iDBIndex = object ... end
class type ['key, 'data] iDBObjectStore = object ... end
class type iDBDatabase = object ... end
class type 'result iDBOpenDBRequest = object ... end
class type 'key iDBFactory = object ... end
class type 'key iDBEnvironment = object ... end
class type 'key iDBLocaleAwareKeyRange = object ... end