Skip to main content
Module

x/mtkruto/mod.ts>StorageSessionStorage

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

Constructors

new
StorageSessionStorage(prefix: string)

Methods

get<T>(key_: readonly StorageKeyPart[])
getMany<T>(prefix: readonly StorageKeyPart[])
set(key_: readonly StorageKeyPart[], value: unknown): MaybePromise<void>