mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
docs(testing): inform reader about 'tauri://localhost' (#12623)
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user