Reqwest

Reqwest 2.0.5 updated

Reqwest is a generic wrapper for any type of asynchronous HTTP request. Reqwest is basically a general purpose XHR connection manager, a robust tool for adding AJAX interactions on a page. Besides AJAX and Promises A, other common technologies like JSONP...

$script.js

$script.js 2.5.8 updated

By default, loading JavaScript files is done one file at a time, using a classic load queue mechanism. $script.js allows developers to query and load JS scripts and resources from any location, while also loading dependencies at the same time, in the...