{"id":15434287,"url":"https://github.com/cenfun/ie-polyfill","last_synced_at":"2026-05-01T15:38:10.018Z","repository":{"id":57271360,"uuid":"348349901","full_name":"cenfun/ie-polyfill","owner":"cenfun","description":"ie-polyfill","archived":false,"fork":false,"pushed_at":"2022-05-04T05:25:22.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-18T08:39:06.354Z","etag":null,"topics":["babel","fetch","ie","javascript","polyfill","regenerator"],"latest_commit_sha":null,"homepage":"","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/cenfun.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}},"created_at":"2021-03-16T13:03:24.000Z","updated_at":"2022-12-17T14:22:40.000Z","dependencies_parsed_at":"2022-09-01T00:41:11.101Z","dependency_job_id":null,"html_url":"https://github.com/cenfun/ie-polyfill","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cenfun%2Fie-polyfill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cenfun%2Fie-polyfill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cenfun%2Fie-polyfill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cenfun%2Fie-polyfill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cenfun","download_url":"https://codeload.github.com/cenfun/ie-polyfill/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245978277,"owners_count":20703678,"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":["babel","fetch","ie","javascript","polyfill","regenerator"],"created_at":"2024-10-01T18:38:39.832Z","updated_at":"2026-05-01T15:38:09.972Z","avatar_url":"https://github.com/cenfun.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ie-polyfill\n\u003e The way to keep IE working with modern functionality\n\n##  Why this?\n* [@babel/polyfill](https://babel.dev/docs/en/babel-polyfill) has been deprecated since Babel 7.4.0\n* load latest core-js and regenerator-runtime without build-ins\n* use other polyfill in IE like fetch\n## Versions\n* [core-js](https://github.com/zloirock/core-js) ^3.9.1\n* [regenerator-runtime](https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime) ^0.13.7\n* [whatwg-fetch](https://github.com/github/fetch) ^3.6.2\n\n\n## Install\n```sh\nnpm i ie-polyfill\n```\n\n## Usage\n```js\nimport \"ie-polyfill\"\n//or\nrequire(\"ie-polyfill\")\n```\n### Note: Please exclude ie-polyfill from webpack babel-loader config\n```js\n{\n    test: /\\.(js)$/,\n    exclude: /ie-polyfill/,\n    use: {\n        loader: \"babel-loader\",\n        options: {}\n    }\n}\n```\n\n\n## In Browser\n```html\n\u003cscript src=\"path-to/ie-polyfill/dist/ie-polyfill.js\"\u003e\u003c/script\u003e\n```\n\n## Changelogs\n\n* 1.0.2  added fetch polyfill\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcenfun%2Fie-polyfill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcenfun%2Fie-polyfill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcenfun%2Fie-polyfill/lists"}