On 26.4.2012 13:55, Anne van Kesteren wrote:
On Wed, 18 Apr 2012 20:07:57 +0200, Bronislav Klučka <[email protected]> wrote:
FormData can be useful not only to be sent via XHR, but essentially to hold form values easily, e.g. you can have settings form (that you do not need to send any where = you do not need to store it or you store it in e.g. IndexDb), then get this settings and alter application according to this settings... Instead of doing exactly the same, but manually

Why would you not simply use a JavaScript object for this?


Of course you want to use JS object for this in case of storing in e.g. IDB... the point is, how do you create this object? No, you have to reimplement FormData construction, instead of using it.

B.

Reply via email to