Tag Archive for: AJAX

Get local/external raw files without user interface

Asynchronous fetch with first class functions and closures

Get and post with/without authorization needed

Asynchronous fetch

Using fetch with asyncronous functions.

This way is even cleaner than using fetch by its own, check this out!

Google Maps clusterization

We are going to fetch flights data to create our makers. Do not set the map in each marker, the clusterization will set it up instead.

Post JSON data to an URL

The easiest way to do a POST in JavaScript: using fetch.