qstart

0.2.0 • Public • Published

DOM ready promisified with Q

Build Status

Dependency Status

SauceLabs Status

Usage

    var Qstart = require('qstart');
 
    function onSuccess (doc) {
        // do stuff on success...
    }
 
    function onError (err) {
        // do stuff on error...
    }
 
    Qstart.then(onSuccess, onError);

Install

via npm

npm install qstart

Test

npm install
grunt test

Package Sidebar

Install

npm i qstart

Weekly Downloads

2

Version

0.2.0

License

MIT

Last publish

Collaborators

  • 42loops