Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ipfs/files.ts>Files#write

🦕🟦 Lightweight Deno HTTP client library for IPFS
Go to Latest
method Files.prototype.write
import { Files } from "https://deno.land/x/ipfs@0.4.0-wip.3/files.ts";

Parameters

path: string
input: BodyInit
optional
options: Options & Partial<{ cidVersion: string; count: any; hashAlg: string; offset: any; rawLeaves: boolean; create: any; parents: any; truncate: any; }> = [UNSUPPORTED]