mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 03:47:37 +03:00
e7fd676c27
* feat(core): inject invoke key in custom invoke system script * fix fmt
6 lines
164 B
Markdown
6 lines
164 B
Markdown
---
|
|
"tauri": patch:enhance
|
|
---
|
|
|
|
Inject `__INVOKE_KEY__` into custom invoke systems so their implementations can properly construct `tauri::webview::InvokeRequest`.
|