Skip to main content
Module

x/earthstar/mod.browser.ts>IReplicaConfig

A specification and Javascript library for building online tools you can truly call your own.
Go to Latest
interface IReplicaConfig
import { type IReplicaConfig } from "https://deno.land/x/earthstar@v9.3.3/mod.browser.ts";

Methods

getConfig(key: string): Promise<string | undefined>
setConfig(key: string, value: string): Promise<void>
listConfigKeys(): Promise<string[]>
deleteConfig(key: string): Promise<boolean>