aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-09-09 09:46:30 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-10-30 11:19:19 +0100
commit5283300219f73475deef52d5714306ed49287d68 (patch)
tree46c5095b1fef066a3af6199f4955f10b58a47e04
parentaf97090e70bec513cd381e38a4e23aaa68935cda (diff)
downloadbugzilla-triage-5283300219f73475deef52d5714306ed49287d68.tar.gz
Stop writing your own form serialization.offlineSubmit
There is now https://developer.mozilla.org/en/DOM/XMLHttpRequest/FormData
-rw-r--r--data/lib/form-serialize.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/lib/form-serialize.js b/data/lib/form-serialize.js
index 0a46a56..52f1572 100644
--- a/data/lib/form-serialize.js
+++ b/data/lib/form-serialize.js
@@ -1,3 +1,7 @@
+// PROBABLY COMPLETELY USELESS FOR THERE IS NOW
+// https://developer.mozilla.org/en/DOM/XMLHttpRequest/FormData
+// STORING IT HERE JUST TO BE SURE AND BEFORE FURTHER INVESTIGATION.
+
/**
interface HTMLFormElement {
string getDataSetString(); raises FileException