script::dom::notification

Function create_notification_with_settings_object

Source
fn create_notification_with_settings_object(
    global: &GlobalScope,
    title: DOMString,
    options: RootedTraceableBox<NotificationOptions>,
    proto: Option<HandleObject<'_>>,
    can_gc: CanGc,
) -> Fallible<DomRoot<Notification>>
Expand description