콘텐츠로 이동
Tauri

tauri@0.7.0

이 콘텐츠는 아직 번역되지 않았습니다.

  • The execute_promise and execute_promise_sync helpers now accepts any tauri::Result<T> where T: impl Serialize. This means that you do not need to serialize your response manually or deal with String quotes anymore. As part of this refactor, the event::emit function also supports impl Serialize instead of String.

© 2025 Tauri Contributors. CC-BY / MIT