We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you're HTMX page is inside a iframe. This seems to cause the verifyURL exception in the console.
PR incoming to fix
The text was updated successfully, but these errors were encountered:
So I guess the flow is to copy dev branch then send PR for code changes. Will do it eventually but for now this is the change:
`/**
} else { // IE11 doesn't support URL url = path sameHost = startsWith(path, document.location.origin) }`
Sorry, something went wrong.
Please could you update the description to clarify that this is about iframes using the srcdoc attribute and not about all iframes.
srcdoc
No branches or pull requests
If you're HTMX page is inside a iframe. This seems to cause the verifyURL exception in the console.
PR incoming to fix
The text was updated successfully, but these errors were encountered: