-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
Description
Describe the problem
Currently you can only listen to file-drop events via the listen api which provides only a serialized string payload which is obviously not optimal.
Describe the solution you'd like
Since i don't see a way to extend listen in a way that would allow non-serialized/string payloads my first idea was to extend on_window_event for this, but idk if that's possible since it's basically a proxy for wry events.
Alternatives considered
No response
Additional context
Can't believe it took me months and multiple reminders to create this issue...
Reactions are currently unavailable