Hey folks! Congrats on the v2 beta ๐
I was trying to upgrade my old tauri v1 setup to v2 and got stuck on upgrading tauri-plugin-localhost, the usage example seems outdated.
https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/localhost/README.md#usage
Some notes:
- There's no
ipc_scopemethod onappwithinsetup. - It doesn't say where
RemoteDomainAccessScopecomes from. WindowBuilder::new()doesn't take 3 arguments anymore.tauri::WindowUrldoesn't seem to exist?- I guess I have to use the
unstablefeature to get access toWindowBuilder?
Any chance this example could get updated, or some notes on how to proceed? Thanks! ๐