{"id":22879331,"url":"https://github.com/anthinkingcoder/fetch-polyfill","last_synced_at":"2025-03-31T14:33:50.181Z","repository":{"id":96074686,"uuid":"142855085","full_name":"anthinkingcoder/fetch-polyfill","owner":"anthinkingcoder","description":"a fetch polyfill(es6 style)","archived":false,"fork":false,"pushed_at":"2018-08-05T12:09:34.000Z","size":572,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T20:44:31.850Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/anthinkingcoder.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-30T09:34:23.000Z","updated_at":"2022-02-12T10:25:42.000Z","dependencies_parsed_at":"2023-04-04T01:33:07.351Z","dependency_job_id":null,"html_url":"https://github.com/anthinkingcoder/fetch-polyfill","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthinkingcoder%2Ffetch-polyfill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthinkingcoder%2Ffetch-polyfill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthinkingcoder%2Ffetch-polyfill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthinkingcoder%2Ffetch-polyfill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anthinkingcoder","download_url":"https://codeload.github.com/anthinkingcoder/fetch-polyfill/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246483555,"owners_count":20784912,"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-13T16:38:56.787Z","updated_at":"2025-03-31T14:33:50.142Z","avatar_url":"https://github.com/anthinkingcoder.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fetch-polyfill\n\u003e a fetch polyfill(es6 style)\n\n\n## Installation\n* `npm install ywl-fetch --save`;\n\n## Usage\n```javascript\nimport 'ywl-fetch'\nfetch('./mock/a.json')\n        .then(function (response) {\n                return response.json()\n        }).then(json =\u003e {\n                console.info(json)\n      })\n```\n\n## Script\n```html\n  \u003cscript src=\"./dist/fetch-polyfill.js\"\u003e\u003c/script\u003e\n  \u003cscript\u003e\n  fetch('./mock/a.json')\n            .then(function (response) {\n                    return response.json()\n            }).then(json =\u003e {\n                    console.info(json)\n          })\n\u003c/script\u003e\n```\n\n## Support\n\u003e ie10+ or chrome etc.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthinkingcoder%2Ffetch-polyfill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthinkingcoder%2Ffetch-polyfill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthinkingcoder%2Ffetch-polyfill/lists"}