Skip to content

Commit

Permalink
feat(api): permission types for mobile plugins (#10799)
Browse files Browse the repository at this point in the history
* feat(api): permission types for mobile plugins

let's have a central place to keep the permission types
ref tauri-apps/plugins-workspace#979

* build
  • Loading branch information
lucasfernog authored Aug 28, 2024
1 parent d1c97bc commit f81929e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/api-permissions-plugin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tauri-apps/api": patch:enhance
---

Added `PermissionState`, `checkPermissions` and `requestPermissions` base APIs to the core module, designed for plugin authors to extend.
Loading

0 comments on commit f81929e

Please sign in to comment.