On Tue, Apr 13, 2010 at 5:53 PM, Michael Nordman <[email protected]> wrote: > > > On Tue, Apr 13, 2010 at 5:39 PM, Jonas Sicking <[email protected]> wrote: >> >> On Tue, Apr 13, 2010 at 5:34 PM, Michael Nordman <[email protected]> >> wrote: >> > Hmmm... maybe FormData could have a toBlob() method, and an inverse >> > means of >> > initializing a FormData object with a properly encoded Blob. >> >> What's the use case? ;) > > Persisting FormData andĀ reconstitutingĀ it at a later time. For example when > offline then back online.
Why would you need to recode into a FormData object though? You can submit a Blob using XHR the same way you can submit a FormData. / Jonas
