mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
* feat(api): permission types for mobile plugins let's have a central place to keep the permission types ref https://github.com/tauri-apps/plugins-workspace/issues/979 * build
180 B
180 B
@tauri-apps/api
| @tauri-apps/api |
|---|
| patch:enhance |
Added PermissionState, checkPermissions and requestPermissions base APIs to the core module, designed for plugin authors to extend.