@tauri-apps/api@2.0.0-beta.1
此内容尚不支持你的语言。
New Features
16e550ec
(#8844) Add a newwebviewWindow
module that exportsWebviewWindow
class and related methods such asgetCurrent
andgetAll
.16e550ec
(#8844) AddWindow.onFileDropEvent
method.
Breaking Changes
-
16e550ec
(#8844) Renamed the following enum variants ofTauriEvent
enum:TauriEvent.WEBVIEW_FILE_DROP
->TauriEvent.FILE_DROP
TauriEvent.WEBVIEW_FILE_DROP_HOVER
->TauriEvent.FILE_DROP_HOVER
TauriEvent.WEBVIEW_FILE_DROP_CANCELLED
->TauriEvent.FILE_DROP_CANCELLED
-
16e550ec
(#8844) MoveWebviewWindow
class fromwebview
module to a newwebviewWindow
module.
© 2024 Tauri Contributors. CC-BY / MIT