Files
tauri/.changes/transform-callback.md
Tony b5c549d189 refactor: rework transformCallback (#13325)
* refactor: rework `transformCallback`

* Migrate listen and unlisten js

* handlerId -> listener.handlerId

* Update docs

* `transformCallback` change file

* typo
2025-05-05 09:15:38 -03:00

200 B

@tauri-apps/api, tauri
@tauri-apps/api tauri
minor:changes minor:changes

transformCallback now registers the callbacks inside window.__TAURI_INTERNALS__.callbacks instead of directly on window['_{id}']