Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Add vibrate field to NotificationOptions in web-sys crate #4041

Merged
merged 2 commits into from
Aug 3, 2024

Commits on Aug 2, 2024

  1. Feat: Add vibrate field to NotificationOptions in web-sys crate

    - Updated `Notification.webidl` to include the `vibrate` field in the `NotificationOptions` dictionary.
    - Added getter `get_vibrate` to retrieve the `vibrate` field of `NotificationOptions`.
    - Added setter `set_vibrate` to change the `vibrate` field of `NotificationOptions`.
    hcandelaria committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b23d0e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Use correct type

    daxpedda committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    8fabe3e View commit details
    Browse the repository at this point in the history