@tauri-apps/api@2.5.0
此内容尚不支持你的语言。
New Features
-
66e6325f4
(#13136) Allow passing the callback as the parameter of constructor ofChannel
so you can use it like thisnew Channel((message) => console.log(message))
-
ea36294cb
(#13208) AddeddisableInputAccessoryView: bool
config for iOS. -
c1cd0a2dd
(#13090) macOS/iOS: add option to disable or enable link previews when building a webview (the webkit api has it enabled by default)WindowOptions::allowLinkPreview
WebviewOptions::allowLinkPreview
-
b072e2b29
(#9687) AddpreventOverflow
config option to prevent the window from overflowing the monitor size on creation
Enhancements
b8f86669a
(#13145)core.isTauri
now leveragesglobalThis
instead ofwindow
in order to be used in unit tests.
Bug Fixes
© 2025 Tauri Contributors. CC-BY / MIT