mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-23 11:36:13 +02:00
84133b57b8
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
500 B
500 B
window, window-js
| window | window-js |
|---|---|
| patch | patch |
The window plugin is recieving a few changes to improve consistency and add new features:
- Removed
appWindowvariable from JS module, usegetCurrentorWindow.getCurrent. - Removed
WindowManager,WebviewWindowandWebviewHandletypes and merged them into oneWindowtype that matches the name of the rust window type. - Added
Window.getCurrentandWindow.getAllwhich is a convenient method forgetCurrentandgetAllfunctions.