- From: Anne van Kesteren <annevk@annevk.nl>
- Date: Thu, 26 Sep 2013 11:13:42 -0400
- To: WebApps WG <public-webapps@w3.org>
Now that File objects can be constructed it has been suggested we remove the filename parameter from the append and set operations. Passing in a Blob object would simply always use "blob" as filename and if you don't want that you'd have to wrap it in a File first. This would make FormData more similar to URLQuery API-wise. It would slightly complicate working with Blob objects. (IDL would look cleaner too as append/set can then take FormDataEntryValue as argument rather than overloads.) I'm ambivalent, but since it's been brought up I thought I'd raise it here. -- http://annevankesteren.nl/
Received on Thursday, 26 September 2013 15:14:09 UTC