Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ReanimateOpts

import type { ReanimateOpts } from "https://gitlab.com/soapbox-pub/nostr-machina/-/raw/main/mod.ts";

Options for the reanimate function.

interface ReanimateOpts {
backoff?: Backoff;
delay?: number;
}

§Properties

§
backoff?: Backoff
[src]

Function to compute the timeout between reconnections.

§
delay?: number
[src]

Initial delay for reconnections.