Skip to main content
Module

x/mtkruto/2_storage.ts>StorageIndexedDB#getMany

Cross-runtime JavaScript library for building Telegram clients
Latest
method StorageIndexedDB.prototype.getMany
import { StorageIndexedDB } from "https://deno.land/x/mtkruto@0.2.50/2_storage.ts";

Parameters

optional
params: { limit?: number; reverse?: boolean; }
optional
tx_: IDBTransaction

Returns

AsyncGenerator<[readonly StorageKeyPart[], T]>