@@ -13535,7 +13535,7 @@ IDBCreateIndexOptions[JT] val multiEntry: js.UndefOr[Boolean]
1353513535IDBCreateIndexOptions[JT] val unique: js.UndefOr[Boolean]
1353613536IDBCreateObjectStoreOptions[JT] val autoIncrement: js.UndefOr[Boolean]
1353713537IDBCreateObjectStoreOptions[JT] val keyPath: IDBKeyPath
13538- IDBCursor[JC] def advance(count: Int ): Unit
13538+ IDBCursor[JC] def advance(count: Double ): Unit
1353913539IDBCursor[JC] def continue(key: IDBKey?): Unit
1354013540IDBCursor[JC] def delete(): IDBRequest[S, Unit]
1354113541IDBCursor[JC] def direction: IDBCursorDirection
@@ -13548,13 +13548,13 @@ IDBCursorDirection[SO] def next: IDBCursorDirection
1354813548IDBCursorDirection[SO] def nextunique: IDBCursorDirection
1354913549IDBCursorDirection[SO] def prev: IDBCursorDirection
1355013550IDBCursorDirection[SO] def prevunique: IDBCursorDirection
13551- IDBCursorReadOnly[JC] def advance(count: Int ): Unit
13551+ IDBCursorReadOnly[JC] def advance(count: Double ): Unit
1355213552IDBCursorReadOnly[JC] def continue(key: IDBKey?): Unit
1355313553IDBCursorReadOnly[JC] def direction: IDBCursorDirection
1355413554IDBCursorReadOnly[JC] def key: IDBKey
1355513555IDBCursorReadOnly[JC] def primaryKey: IDBKey
1355613556IDBCursorReadOnly[JC] def source: S
13557- IDBCursorWithValue[JC] def advance(count: Int ): Unit
13557+ IDBCursorWithValue[JC] def advance(count: Double ): Unit
1355813558IDBCursorWithValue[JC] def continue(key: IDBKey?): Unit
1355913559IDBCursorWithValue[JC] def delete(): IDBRequest[S, Unit]
1356013560IDBCursorWithValue[JC] def direction: IDBCursorDirection
@@ -13605,10 +13605,10 @@ IDBFactory[JC] def cmp(first: IDBValue, second: IDBValue): Int
1360513605IDBFactory[JC] def databases(): js.Promise[js.Array[IDBDatabaseInfo]]
1360613606IDBFactory[JC] def deleteDatabase(name: String): IDBOpenDBRequest[Unit]
1360713607IDBFactory[JC] def open(name: String, version: Int?): IDBOpenDBRequest[IDBDatabase]
13608- IDBIndex[JC] def count(query: IDBKey | IDBKeyRange?): IDBRequest[S, Int ]
13608+ IDBIndex[JC] def count(query: IDBKey | IDBKeyRange?): IDBRequest[S, Double ]
1360913609IDBIndex[JC] def get(key: IDBKey | IDBKeyRange): IDBRequest[S, IDBValue]
13610- IDBIndex[JC] def getAll(query: js.UndefOr[IDBKeyRange | IDBKey]?, count: js.UndefOr[Int ]?): IDBRequest[S, js.Array[IDBValue]]
13611- IDBIndex[JC] def getAllKeys(query: js.UndefOr[IDBKeyRange | IDBKey]?, count: js.UndefOr[Int ]?): IDBRequest[S, js.Array[IDBKey]]
13610+ IDBIndex[JC] def getAll(query: js.UndefOr[IDBKeyRange | IDBKey]?, count: js.UndefOr[Double ]?): IDBRequest[S, js.Array[IDBValue]]
13611+ IDBIndex[JC] def getAllKeys(query: js.UndefOr[IDBKeyRange | IDBKey]?, count: js.UndefOr[Double ]?): IDBRequest[S, js.Array[IDBKey]]
1361213612IDBIndex[JC] def getKey(key: IDBKey): IDBRequest[S, js.UndefOr[IDBKey]]
1361313613IDBIndex[JC] def keyPath: IDBKeyPath
1361413614IDBIndex[JC] val multiEntry: Boolean
@@ -13627,13 +13627,13 @@ IDBKeyRange[JO] def only(value: IDBValue): IDBKeyRange
1362713627IDBKeyRange[JO] def upperBound(bound: IDBKey, open: Boolean?): IDBKeyRange
1362813628IDBObjectStore[JC] def add(value: IDBValue, key: IDBKey?): IDBRequest[IDBObjectStore, IDBKey]
1362913629IDBObjectStore[JC] def clear(): IDBRequest[IDBObjectStore, Unit]
13630- IDBObjectStore[JC] def count(query: IDBKey | IDBKeyRange?): IDBRequest[S, Int ]
13630+ IDBObjectStore[JC] def count(query: IDBKey | IDBKeyRange?): IDBRequest[S, Double ]
1363113631IDBObjectStore[JC] def createIndex(name: String, keyPath: IDBKeyPath, optionalParameters: IDBCreateIndexOptions?): IDBIndex
1363213632IDBObjectStore[JC] def delete(key: IDBKey | IDBKeyRange): IDBRequest[IDBObjectStore, Unit]
1363313633IDBObjectStore[JC] def deleteIndex(indexName: String): Unit
1363413634IDBObjectStore[JC] def get(key: IDBKey | IDBKeyRange): IDBRequest[S, IDBValue]
13635- IDBObjectStore[JC] def getAll(query: js.UndefOr[IDBKeyRange | IDBKey]?, count: js.UndefOr[Int ]?): IDBRequest[S, js.Array[IDBValue]]
13636- IDBObjectStore[JC] def getAllKeys(query: js.UndefOr[IDBKeyRange | IDBKey]?, count: js.UndefOr[Int ]?): IDBRequest[S, js.Array[IDBKey]]
13635+ IDBObjectStore[JC] def getAll(query: js.UndefOr[IDBKeyRange | IDBKey]?, count: js.UndefOr[Double ]?): IDBRequest[S, js.Array[IDBValue]]
13636+ IDBObjectStore[JC] def getAllKeys(query: js.UndefOr[IDBKeyRange | IDBKey]?, count: js.UndefOr[Double ]?): IDBRequest[S, js.Array[IDBKey]]
1363713637IDBObjectStore[JC] def getKey(key: IDBKey): IDBRequest[S, js.UndefOr[IDBKey]]
1363813638IDBObjectStore[JC] def index(name: String): IDBIndex
1363913639IDBObjectStore[JC] def indexNames: DOMStringList
@@ -13669,10 +13669,10 @@ IDBRequest[JC] def removeEventListener[T <: Event](`type`: String, listener: js.
1366913669IDBRequest[JC] def result: A
1367013670IDBRequest[JC] def source: S
1367113671IDBRequest[JC] def transaction: IDBTransaction
13672- IDBStoreLike[JT] def count(query: IDBKey | IDBKeyRange?): IDBRequest[S, Int ]
13672+ IDBStoreLike[JT] def count(query: IDBKey | IDBKeyRange?): IDBRequest[S, Double ]
1367313673IDBStoreLike[JT] def get(key: IDBKey | IDBKeyRange): IDBRequest[S, IDBValue]
13674- IDBStoreLike[JT] def getAll(query: js.UndefOr[IDBKeyRange | IDBKey]?, count: js.UndefOr[Int ]?): IDBRequest[S, js.Array[IDBValue]]
13675- IDBStoreLike[JT] def getAllKeys(query: js.UndefOr[IDBKeyRange | IDBKey]?, count: js.UndefOr[Int ]?): IDBRequest[S, js.Array[IDBKey]]
13674+ IDBStoreLike[JT] def getAll(query: js.UndefOr[IDBKeyRange | IDBKey]?, count: js.UndefOr[Double ]?): IDBRequest[S, js.Array[IDBValue]]
13675+ IDBStoreLike[JT] def getAllKeys(query: js.UndefOr[IDBKeyRange | IDBKey]?, count: js.UndefOr[Double ]?): IDBRequest[S, js.Array[IDBKey]]
1367613676IDBStoreLike[JT] def getKey(key: IDBKey): IDBRequest[S, js.UndefOr[IDBKey]]
1367713677IDBStoreLike[JT] def keyPath: IDBKeyPath
1367813678IDBStoreLike[JT] def name: String
0 commit comments