docs(testing): inform reader about 'tauri://localhost' (#12623)

This commit is contained in:
Jim
2025-02-20 05:48:33 -06:00
committed by GitHub
parent 95fc3cd424
commit 70d8557cc3

View File

@@ -39,6 +39,7 @@
//! cmd: "ping".into(),
//! callback: tauri::ipc::CallbackFn(0),
//! error: tauri::ipc::CallbackFn(1),
//! // alternatively use "tauri://localhost"
//! url: "http://tauri.localhost".parse().unwrap(),
//! body: tauri::ipc::InvokeBody::default(),
//! headers: Default::default(),