Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/storage/1_storage_local_storage.ts>StorageLocalStorage

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class StorageLocalStorage
implements Storage
extends Storage
import { StorageLocalStorage } from "https://deno.land/x/mtkruto@0.1.128/storage/1_storage_local_storage.ts";

Constructors

new
StorageLocalStorage(prefix: string)

Properties

readonly
prefix
readonly
supportsFiles

Methods

branch(id: string)
get<T>(key_: readonly StorageKeyPart[])
getMany<T>(filter: GetManyFilter, params?: { limit?: number; reverse?: boolean; })
incr(key: readonly StorageKeyPart[], by: number)
set(key_: readonly StorageKeyPart[], value: unknown)