You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/.changes/notification-permission-typ...

330 B

notification-js
patch

Breaking change: The permission type when using the API is now 'granted' | 'denied' | 'prompt' | 'prompt-with-rationale' instead of 'granted' | 'denied' | 'default' for consistency with Rust types. When using the window.Notification API the type is unchanged to match the Web API type.