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

announce

import { announce } from "https://raw.githubusercontent.com/rclarey/torrent/master/mod.ts";

Make an announce request to the tracker URL

function announce(url: string, info: AnnounceInfo): Promise<AnnounceResponse>;
§
announce(url: string, info: AnnounceInfo): Promise<AnnounceResponse>
[src]

§Parameters

§
url: string
[src]

§Return Type