mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
* refactor: rework `transformCallback` * Migrate listen and unlisten js * handlerId -> listener.handlerId * Update docs * `transformCallback` change file * typo
7 lines
200 B
Markdown
7 lines
200 B
Markdown
---
|
|
"@tauri-apps/api": minor:changes
|
|
"tauri": minor:changes
|
|
---
|
|
|
|
`transformCallback` now registers the callbacks inside `window.__TAURI_INTERNALS__.callbacks` instead of directly on `window['_{id}']`
|