mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
284eca9ef2
* refactor(core): scope JS resources to the webview * clippy * change files * swap args order * more clippy * just add them on each type * clippy * macro docs * Update mod.rs * use random rid * revert resource table arg change --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
162 B
162 B
tauri |
---|
patch:breaking |
Manager::resources_table
is now scoped so each App/AppHandle/Window/Webview/WebviewWindow
has its own resource collection.