Skip to main content
Module

x/mtkruto/mod.ts>StorageSessionStorage

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.0.835/mod.ts";

Constructors

new
StorageSessionStorage(prefix: string)

Methods

get(key: string)
set(key: string, value: string | null): MaybePromise<void>