Capture the content of this form to a new FormData object,
Returns:
11 12 13
# File 'opal/browser/dom/element/form.rb', line 11 def form_data FormData.create(self) end