miso
miso copied to clipboard
Add `CustomEvent` to `miso` FFI.
- [x] Adds
customEventfunction - [x] Refactors
uriSubto have deterministc resource handling viacreateSub - [x] Adds custom
miso-replaceStateandmiso-pushStateevents.
We emit custom History API events, because pushState and replaceState don't invoke popstate events, we raise our own custom ones, and write to the Component sink to make the application aware changes to the URI have been made.