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

alert

import { alert } from "https://cdn.jsdelivr.net/gh/u1ui/dialog.js@x/dialog.js";

Creates and shows a dialog with an alert message.

@example
await alert('This is an alert message');
function alert(text);
§
alert(text)
[src]

§Parameters

§
text
[src]
  • The text to be displayed in the alert dialog.