feat: add Event::Ready#2433
Conversation
Signed-off-by: David Lemarier <david@lemarier.ca>
|
Seems like we are bit by bit adding new events and making the ofc removing the hooks are breaking changes so we could keep hooks and also expose all events inside |
Yeah ofc this would be great but not sure whats the main plan, but as we may support others runtime, not sure exposing tao event loop directly is safe. So it'll require anyhow some kind of wrapper.
Yes I think you are 100% right here |
No, I didn't mean tao's events directly, I meant exposing tauri's events, instead of splitting some of them on the |
|
I think we're ok right now, the other events are not related to the event loop. |
Signed-off-by: David Lemarier <david@lemarier.ca>
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
The PR fulfills these requirements:
fix: #xxx[,#xxx], where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information: