mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
5 lines
99 B
JavaScript
5 lines
99 B
JavaScript
window.__TAURI_ISOLATION_HOOK__ = (payload) => {
|
|
console.log('hook', payload)
|
|
return payload
|
|
}
|