Skip to main content
Module

x/mtkruto/storage/2_storage_indexed_db.ts>StorageIndexedDB#get

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

Parameters

k: readonly StorageKeyPart[]
optional
tx_: IDBTransaction | null
optional
fix = [UNSUPPORTED]

Returns

Promise<T | null>