{"id":23058747,"url":"https://github.com/suhdev/ajaxer","last_synced_at":"2025-04-03T06:20:38.773Z","repository":{"id":57279671,"uuid":"127553619","full_name":"suhdev/ajaxer","owner":"suhdev","description":"A browser http client library that abstracts AJAX functionality with support for cancellation. ","archived":false,"fork":false,"pushed_at":"2018-07-27T14:04:49.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T04:25:38.002Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/suhdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-31T17:10:37.000Z","updated_at":"2018-07-27T14:04:51.000Z","dependencies_parsed_at":"2022-09-18T19:12:10.086Z","dependency_job_id":null,"html_url":"https://github.com/suhdev/ajaxer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suhdev%2Fajaxer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suhdev%2Fajaxer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suhdev%2Fajaxer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suhdev%2Fajaxer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suhdev","download_url":"https://codeload.github.com/suhdev/ajaxer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246944816,"owners_count":20858851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-16T02:17:29.251Z","updated_at":"2025-04-03T06:20:38.762Z","avatar_url":"https://github.com/suhdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jaxer \n\nAn HttpClient library to abstract AJAX functionality with support for cancellation. \n\n\n```typescript\n\nimport {AjaxClient} from 'jaxer'; \n\nvar a = new AjaxClient(); \n\na.get({\n    url:'/',\n    handler:(req)=\u003e{\n        console.log('ze');\n        req.cancel();\n    }\n})\n.then(e=\u003e{\n    console.log(e);\n},e=\u003e{\n    console.log('cancelled',e)\n});\n\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuhdev%2Fajaxer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuhdev%2Fajaxer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuhdev%2Fajaxer/lists"}