Skip to content

Instantly share code, notes, and snippets.

@konrness
Created April 17, 2013 17:58
Show Gist options
  • Save konrness/5406390 to your computer and use it in GitHub Desktop.
Save konrness/5406390 to your computer and use it in GitHub Desktop.
this
/**#@+
* Encoding type constants
*/
const ENCTYPE_URLENCODED = 'application/x-www-form-urlencoded';
const ENCTYPE_MULTIPART = 'multipart/form-data';
/**#@-*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment