You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a rather niche use case (and will probably deploy a fork for now) where I'm trying to use HTMX out of an iframe with [href=about:srcdoc]. So when HTMX tries to construct any URL at all it's expanded to new URL("the path", "about:srcdoc") which obviously isn't a valid url.
Would it be possible to add a config option to specify the base parameter?
Like
urlBase?: undefined|string|"root"
where "root" would have the special meaning of using the root windows url.
The text was updated successfully, but these errors were encountered:
I have a rather niche use case (and will probably deploy a fork for now) where I'm trying to use HTMX out of an iframe with
[href=about:srcdoc]
. So when HTMX tries to construct any URL at all it's expanded tonew URL("the path", "about:srcdoc")
which obviously isn't a valid url.Would it be possible to add a config option to specify the base parameter?
Like
where
"root"
would have the special meaning of using the root windows url.The text was updated successfully, but these errors were encountered: