Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/appwrite/mod.ts>Avatars#getFavicon

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Avatars.prototype.getFavicon
Re-export
import { Avatars } from "https://deno.land/x/appwrite@11.0.0/mod.ts";

Get favicon

Use this endpoint to fetch the favorite icon (AKA favicon) of any remote website URL.

Parameters

url: string

Returns

Promise<ArrayBuffer>