mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 03:47:37 +03:00
10 lines
374 B
Markdown
10 lines
374 B
Markdown
|
---
|
||
|
"@tauri-apps/api": patch:breaking
|
||
|
---
|
||
|
|
||
|
Changed `WebviewWindow.getAll`, `WebviewWindow.getByLabel`, `getAllWebviewWindows`,
|
||
|
`Window.getAll`, `Window.getByLabel`, `getAllWindows`,
|
||
|
`Webview.getAll`, `Webview.getByLabel`, `getAllWebviews`
|
||
|
to be async so their return value are synchronized with the state from the Rust side,
|
||
|
meaning new and destroyed windows are reflected.
|