mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 09:11:55 +03:00
97e3341299
* fix(api.js): mock `__TAURI_INTERNALS__` in `mockIPC` and `mockWindows` * mock internals.invoke instead of internals.ipc
6 lines
130 B
Markdown
6 lines
130 B
Markdown
---
|
|
'@tauri-apps/api': 'patch:bug'
|
|
---
|
|
|
|
`mockIPC` and `mockWindows` no longer crash if `window.__TAURI_INTERNALS__` is undefined.
|