Skip to main content
Module

x/swissKnife/mod.ts>notification

Deno Swiss Knife tools
Go to Latest
variable notification
import { notification } from "https://deno.land/x/swissKnife@1.1/mod.ts";

Show window notification (Ballon)

type

(
title: string,
text: string,
icon?: number,
timeout?: number,
) => Promise<number>