mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* feat(api): add method getArgsData * chore * return JSObject instead --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
209 B
209 B
tauri
| tauri |
|---|
| patch:enhance |
Added getArgs and getRawArgs methods to the plugin Invoke class (Kotlin and Swift),
which lets you parse the arguments manually instead of through the parseArgs method.