mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 04:03:52 +03:00
f86a8146ad
* feat(api): add method getArgsData * chore * return JSObject instead --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
209 B
209 B
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.