Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): fallback to Window and AppHandle resource table on close (#…
…11398) this changes the resource plugin close() API to fallback to the parent window and AppHandle resource tables, letting the JS to delete global resources. The need for this was brought up on tauri-apps/plugins-workspace#1860 (comment) the store plugin stores the resources in the AppHandle, and we want the existing close() API to work on global resources otherwise every consumer needs their own resource close commands
- Loading branch information