miso icon indicating copy to clipboard operation
miso copied to clipboard

Add `CustomEvent` to `miso` FFI.

Open dmjio opened this issue 6 months ago • 0 comments

  • [x] Adds customEvent function
  • [x] Refactors uriSub to have deterministc resource handling via createSub
  • [x] Adds custom miso-replaceState and miso-pushState events.

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.

dmjio avatar Aug 12 '25 01:08 dmjio