diff --git a/src/use_web_notification.rs b/src/use_web_notification.rs index 1b8ca89..44b52a6 100644 --- a/src/use_web_notification.rs +++ b/src/use_web_notification.rs @@ -36,6 +36,10 @@ use std::rc::Rc; /// # view! { } /// # } /// ``` +/// +/// ## Server-Side Rendering +/// +/// This function is basically ignored on the server. You can safely call `show` but it will do nothing. pub fn use_web_notification( ) -> UseWebNotificationReturn { use_web_notification_with_options(UseWebNotificationOptions::default())