mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-09 18:36:03 +02:00
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.