* Return a string in standard URL-encoded notation with the form input values being formatted. * * @returns {string}
()
| 3219 | * @returns {string} |
| 3220 | */ |
| 3221 | formFormatted() { |
| 3222 | return this.constructor._serializeFormatted(this.form(), this.settings.serializeSpaces); |
| 3223 | } |
| 3224 | |
| 3225 | /** |
| 3226 | * Return a string in standard URL-encoded notation with the form input values, with localized values. |
no test coverage detected