Explore >> Select a destination


You are here

humanwhocodes.com
| | mtsknn.fi
3.8 parsecs away

Travel
| | If you are sending a `FormData` body with `fetch`, things might not work correctly if you are (accidentally) setting the `Content-Type` request header to `"application/json"`.
| | krasimirtsonev.com
3.4 parsecs away

Travel
| | Write your own progress indicator with vanilla JavaScript / Many moons ago, I was writing a lot of Flash applications. One thing was typical, and that was a progress indication of something that we were downloading. The loaded bytes of the Flash file (.swf) itself and later of some other resource the application needs. Once I started writing everything in JavaScript, this feature disappeared. In this post, we'll see how to implement it with vanilla JavaScript.
| | github.com
3.4 parsecs away

Travel
| | A light-weight module that brings the Fetch API to Node.js - node-fetch/node-fetch
| | blog.appsignal.com
39.9 parsecs away

Travel
| Discover how to implement a long-running connection between two services with WebSocket, and then write unit tests for functionality.