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
For proving the htmx support of HtmlUnit (https://github.com/HtmlUnit/htmlunit) the HtmlUnit test suite runs the htmx test suite (for different versions).
And to make sure htmx.js and htmx.min.js are supported a also run a slightly patched version - only the index.html is updated to point to the htmx.min.js.
But then i got a bunch of errors like this:
and many others
When checking the htmx.min.js code the functions are really missing.
Is this by design? Or is this an error in the min generation?