ianaio-dialogs

Crates.io version Download docs.rs docs

API Docs | Contributing | Chat

Built with 🦀🕸 by The IanaIO Rust and WebAssembly Working Group
This crate provides wrappers for the following functions. - [`alert`](https://developer.mozilla.org/en-US/docs/Web/API/Window/alert) - [`confirm`](https://developer.mozilla.org/en-US/docs/Web/API/Window/confirm) - [`prompt`](https://developer.mozilla.org/en-US/docs/Web/API/Window/prompt) `web-sys` provides a raw API which is hard to use. This crate provides an easy-to-use, idiomatic Rust API for these functions. See the [API documentation](https://docs.rs/ianaio-dialogs) to learn more.