fix: global API script should reuse window.__TAURI__ types (#3602)

currently each script inlines what it needs from @tauri-apps/api, so type checks like `image instanceof Image` all fail
This commit is contained in:
Lucas Fernandes Nogueira
2026-09-22 06:04:28 -03:00
committed by GitHub
parent 5baf71a472
commit ae3c808eb6
29 changed files with 98 additions and 28 deletions
File diff suppressed because one or more lines are too long