Skip to content

dan2dev/ajax-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 25, 2018
ca858ed · Jun 25, 2018

History

84 Commits
Jun 25, 2018
Jun 25, 2018
Jun 25, 2018
Jun 25, 2018
Jun 25, 2018
Jan 25, 2018
Apr 2, 2018
Jun 25, 2018
Jan 25, 2018
Jan 25, 2018
Jun 25, 2018
Jun 25, 2018
Jun 25, 2018
May 3, 2018
Jun 25, 2018
Jun 25, 2018

Repository files navigation

ajax-worker

How to Install

$ npm install ajax-worker --save

How to Use

import AjaxWorker from "ajax-worker";

AjaxWorker.fetch({
    url: "/somerequest.json",
    onSuccess: (response) => {
        // put your code here
    },
    onAbort: (request) => {
        // put your abort code here
    }
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published