Skip to main content
Module

x/mtkruto/mod.ts>StorageIndexedDB

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class StorageIndexedDB
extends Storage
import { StorageIndexedDB } from "https://deno.land/x/mtkruto@0.1.114/mod.ts";

Constructors

new
StorageIndexedDB(name: string)

Properties

database: IDBDatabase | null

Methods

get<T>(k: readonly StorageKeyPart[])
getMany<T>(prefix: readonly StorageKeyPart[])
set(k: StorageKeyPart[], v: unknown)