mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-16 23:22:26 +03:00
7 lines
219 B
Markdown
7 lines
219 B
Markdown
---
|
|
"tauri": "patch"
|
|
---
|
|
|
|
The event name is now validated. On a IPC message, it returns an error if it fails validation; on the Rust side, it panics.
|
|
It must include only alphanumeric characters, `-`, `/`, `:` and `_`.
|