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
If I want to access tauri fs API through Vanilla JS, I would use window.__TAURI__.fs, by enabling withGlobalTauri.
Though I'm also using fs-watch plugin, how would I use it through the window.__TAURI__ variable?
The text was updated successfully, but these errors were encountered:
This was implemented for the v2 versions of the plugins and i doubt we will backport that change to the v1 ones. Since there's a workaround mentioned above i'm going to close this issue. Thanks for the request :)
If I want to access tauri fs API through Vanilla JS, I would use
window.__TAURI__.fs
, by enabling withGlobalTauri.Though I'm also using fs-watch plugin, how would I use it through the
window.__TAURI__
variable?The text was updated successfully, but these errors were encountered: