Blog
-
The surprise multipart/form-data
Building up and sending an Ajax request is so much easier than it ever used to be. No longer must we hassle ourselves with
XMLHttpRequest, never mind the horror of ActiveX’sActiveXObject("Microsoft.XMLHTTP"). The Fetch API is here (and it is polyfilled for older browsers). Then there’s theFormDataobject that makes building up and submitting form data really easy, especially compared to the 130 or so lines of JavaScript you’d need to do it yourself. -
-
-
This site isn't finished
No running site is ever completely finished. This one is no exception.
-
-
-
-
-
-
Subscribe
To keep up with posts on this blog, you can subscribe via RSS or follow me on DEV.