mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* feat(api): expose `Resource` class continuation of https://github.com/tauri-apps/tauri/pull/8276 * Apply suggestions from code review * fmt --------- Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
271 B
271 B
tauri
| tauri |
|---|
| patch:feat |
Exposed Manager::resources_table to access the resources table used by tauri, which could be used by plugins or app authors to store their resources and retrieve it later using an id and can be used to create Rust-backed resources in JS.