Replies: 1 comment
-
you can load images or other files type efficiently by either using our built-in You will also need this function https://tauri.app/v1/api/js/tauri#convertfilesrc The caching logic should be done in your app |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem
How can I implement it when I need to load server images and cache them locally permanently
Describe the solution you'd like
Do it use rust, a large number of image streams are returned to the front end through the IPC channel without being serialized and deserialized, which is time-consuming and causes the main process to crash.
Alternatives considered
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions