Re: Request for FormData.remove() method

On Wed, 18 Apr 2012 20:07:57 +0200, Bronislav Klučka  
<Bronislav.Klucka@bauglir.com> 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?


-- 
Anne van Kesteren
http://annevankesteren.nl/

Received on Thursday, 26 April 2012 11:55:35 UTC