Skip to content
Snippets Groups Projects
Verified Commit 03bdedd3 authored by Dave Long's avatar Dave Long
Browse files

Issue #3406109 by Drupaler_Kushal, KarimB, Lenenba, smustgrave, quietone:...

Issue #3406109 by Drupaler_Kushal, KarimB, Lenenba, smustgrave, quietone: Correct 'milli' in core/form.js
parent dccd3221
No related branches found
No related tags found
No related merge requests found
......@@ -445,7 +445,6 @@ metatags
mglaman
micheh
mikey
milli
mimetypes
minifyzombies
minusthick
......
......@@ -111,10 +111,10 @@
* (due to limitations of jQuery.serialize()). That is deemed to be
* acceptable, because if the user forgot to attach a file, then the size of
* HTTP payload will most likely be small enough to be fully passed to the
* server endpoint within (milli)seconds. If a user mistakenly attached a
* wrong file and is technically versed enough to cancel the form submission
* (and HTTP payload) in order to attach a different file, then that
* edge-case is not supported here.
* server endpoint within seconds, or even milliseconds. If a user
* mistakenly attached a wrong file and is technically versed enough to
* cancel the form submission (and HTTP payload) in order to attach a
* different file, then that edge-case is not supported here.
*
* Lastly, all forms submitted via HTTP GET are idempotent by definition of
* HTTP standards, so excluded in this implementation.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment