{"id":20906961,"url":"https://github.com/js2me/with-abort-controller","last_synced_at":"2026-04-14T01:31:38.143Z","repository":{"id":262417146,"uuid":"886896306","full_name":"js2me/with-abort-controller","owner":"js2me","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-12T09:48:42.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-31T17:51:31.514Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/js2me.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-11T19:58:40.000Z","updated_at":"2024-11-12T09:48:41.000Z","dependencies_parsed_at":"2024-11-12T10:35:57.574Z","dependency_job_id":"0462f898-e258-4583-84ca-be935c97e0c3","html_url":"https://github.com/js2me/with-abort-controller","commit_stats":null,"previous_names":["js2me/with-abort-controller"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/js2me/with-abort-controller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/js2me%2Fwith-abort-controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/js2me%2Fwith-abort-controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/js2me%2Fwith-abort-controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/js2me%2Fwith-abort-controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/js2me","download_url":"https://codeload.github.com/js2me/with-abort-controller/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/js2me%2Fwith-abort-controller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31778580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T00:11:49.126Z","status":"ssl_error","status_checked_at":"2026-04-14T00:10:29.837Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-18T13:36:15.927Z","updated_at":"2026-04-14T01:31:38.121Z","avatar_url":"https://github.com/js2me.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WithAbortController    \n\n```ts\nexport class WithAbortController {\n  protected abortController: AbortController\n  protected abortSignal:AbortSignal;\n\n  protected constructor(abortSignal?: AbortSignal){\n    this.abortController = new AbortController();\n    this.abortSignal = this.abortController.signal; \n\n    if (abortSignal) {\n      abortSignal.addEventListener('abort', () =\u003e this.abortController.abort());\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjs2me%2Fwith-abort-controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjs2me%2Fwith-abort-controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjs2me%2Fwith-abort-controller/lists"}