mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-26 12:38:04 +03:00
2681ad361b
Co-authored-by: Quentin Goinaud <armaldio@gmail.com> Co-authored-by: Lucas Fernandes Nogueira <lucasfernandesnog@gmail.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
234 B
234 B
tauri.js |
---|
minor |
Renaming window.tauri
to window.__TAURI__
, closing #435.
The __TAURI__
object now follows the TypeScript API structure (e.g. window.__TAURI__.readTextFile
is now window.__TAURI__.fs.readTextFile
).