mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 17:22:08 +03:00
428ea6524c
* 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 |
---|
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.