mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-23 11:36:13 +02:00
2cb0fa719b8b1f5ac07dada93520dbbcf637d64c
cmd property from http|fetch invoke, closes #587 (#588)
* Remove `cmd` property from `http|fetch` invoke * Build generated JS file * Create http-remove-cmd-property.md * Fix incompatible declaration for reading body Co-authored-by: Louis Bailleau <Bricklou@users.noreply.github.com> * Build generated JS file Co-authored-by: Louis Bailleau <Bricklou@users.noreply.github.com> --------- Co-authored-by: Louis Bailleau <Bricklou@users.noreply.github.com>
Plugins Found Here
| Win | Mac | Lin | iOS | And | ||
|---|---|---|---|---|---|---|
| authenticator | Interface with hardware security keys. | ✅ | ✅ | ✅ | ? | ? |
| autostart | Automatically launch your app at system startup. | ✅ | ✅ | ✅ | ? | ? |
| localhost | Use a localhost server in production apps. | ✅ | ✅ | ✅ | ? | ? |
| log | Configurable logging. | ✅ | ✅ | ✅ | ✅ | ✅ |
| persisted-scope | Persist runtime scope changes on the filesystem. | ✅ | ✅ | ✅ | ? | ? |
| positioner | Move windows to common locations. | ✅ | ✅ | ✅ | ? | ? |
| single-instance | Ensure a single instance of your tauri app is running. | ✅ | ? | ✅ | ? | ? |
| sql | Interface with SQL databases. | ✅ | ✅ | ✅ | ? | ? |
| store | Persistent key value storage. | ✅ | ✅ | ✅ | ? | ? |
| stronghold | Encrypted, secure database. | ✅ | ✅ | ✅ | ? | ? |
| upload | Tauri plugin for file uploads through HTTP. | ✅ | ✅ | ✅ | ? | ? |
| websocket | Open a WebSocket connection using a Rust client in JS. | ✅ | ✅ | ✅ | ? | ? |
| window-state | Persist window sizes and positions. | ✅ | ✅ | ✅ | ? | ? |
This repo and all plugins require a Rust version of at least 1.65
Description
Languages
Rust
61.1%
TypeScript
14.9%
Kotlin
13.3%
Swift
8.2%
JavaScript
1.4%
Other
1%