[action]
URL are now discarded.
This matches the standard browser behavior when submitting a form without Unpoly.[action]
URL are now kept in the
URL, instead of being merged into the form's data payload.
This matches the standard browser behavior when submitting a form without Unpoly.up.Params.stripURL(url)
.
It returns the given URL without its query string.
If you're upgrading from an older Unpoly version you should load unpoly-migrate.js
to polyfill deprecated APIs.
Changes handled by unpoly-migrate.js
are not considered breaking changes.
See our upgrading guide for details.