You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried using the packageto swith several pdf that come from a remote url, I only want to load each pdf once, and only when the user request it, I also want to be able to swith between any loaded pdf or unloaded pdf. I tried storing the promises in vue data props, but the pdf component only renders once, then theloading tasks are performed, but after they are cached, the pdf is stuck in the last document that was loaded through the creatingLoadingTask. how do I force the reload with the latest source?
The text was updated successfully, but these errors were encountered:
Hi, I tried using the packageto swith several pdf that come from a remote url, I only want to load each pdf once, and only when the user request it, I also want to be able to swith between any loaded pdf or unloaded pdf. I tried storing the promises in vue data props, but the pdf component only renders once, then theloading tasks are performed, but after they are cached, the pdf is stuck in the last document that was loaded through the creatingLoadingTask. how do I force the reload with the latest source?
The text was updated successfully, but these errors were encountered: