hzdg / queueup.js

A promise-based JavaScript asset loader.
2 stars 0 forks source link

Rename Project #1

Closed matthewwithanm closed 10 years ago

matthewwithanm commented 10 years ago

@lettertwo says we need a new name; "queueup" doesn't say anything about loading.

My preference is for something:

One idea I had is fetcha.js. As in

fetcha('http://site.com/img.gif').then(function (img) {
    $('body').append(img);
});
matthewwithanm commented 10 years ago

It seems like "queueup" has grown on us so I'm going to close.