pro-web

Results 4 comments of pro-web

How would you implement it? There should be some general pointers on how to implement such behavior in the docs. btw: i have a pull request with a possible solution:...

maybe a more generic solution would be to allow a callback in the flamethrower config ``` const router = flamethrower({ isLinkQualified: (anchor) => true; /* can return true or false...

I have fixed this issue. Problem was, that on the history popstate event, a new history item was pushed. so you never could actually go back in the history.

oh yes, replaceChildren might also work. in my experience the selector [id="..."] is more robust than #${id}. eg. there might be special characters like "[]." in it.