5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 19:50:15 +08:00
wails/v2/internal/frontend
Joshua Hull 9f751d66e0
Add single listener deregistration (#1969)
* Add single listener deregistration

* Return function to stop listening, updates types

* Add missing returns, improve documentation

* Duplicate interface in go

* Define eventName

* Use lo instead for filtering

* Move logger to Interface. Add sample test.

* Add vite test for events

* Add js test workflow

* Add corresponding go method to remove all events

* Update documentation

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2022-10-23 09:03:37 +11:00
..
assetserver Refactor app (#1909) 2022-09-29 18:43:35 +10:00
desktop [webview2loader] Add full featured go implementation (#1974) 2022-10-22 00:29:16 +11:00
devserver Add WindowExecJS method (#1927) 2022-10-05 08:44:23 +11:00
dispatcher Add garble support (#1793) 2022-09-13 10:05:37 +10:00
runtime Add single listener deregistration (#1969) 2022-10-23 09:03:37 +11:00
calls.go [windows-x] Support calling bound methods 2021-08-13 23:44:24 +10:00
dispatcher.go [windows-x] Update events system to accommodate dev build 2021-08-25 20:54:05 +10:00
events.go Add single listener deregistration (#1969) 2022-10-23 09:03:37 +11:00
frontend.go Add WindowExecJS method (#1927) 2022-10-05 08:44:23 +11:00