Hey all, I’m playing around with the new client-side router & View Transitions, and I’m wondering if there are plans for a programmatic API to trigger a page navigation?
Currently, setting the ‘location.pathname’ directly performs a full page reload. Generally this would not be a big deal, but I’m trying to have a persistent component across all pages (a toast, basically). I can manually create an anchor element and click it via a script to fake it though.