mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
Remove the cookies code from it.
Firtly, they are not necessary: "Hello, world!" should be simple.
Secondly, it's broken on Windows: `.cookies()` hangs.
The cookies stuff was introduced recently,
in cedb24d494
(https://github.com/tauri-apps/tauri/pull/12665).
This commit reverts the changes to the example.
This supersedes https://github.com/tauri-apps/tauri/pull/12992.
Examples
Following directories contain examples of tauri app functionality.
There are different execution steps depending on the example. See each directory README.md for execution method.