Skip to content

Commit

Permalink
Merge branch 'main' into ensure-zero-public-dependencies-on-ft--amiab…
Browse files Browse the repository at this point in the history
…le-alligator-ac61978b68
  • Loading branch information
romainmenke authored Feb 27, 2024
2 parents f780e96 + b6b464a commit cb1a698
Show file tree
Hide file tree
Showing 7 changed files with 621 additions and 45 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ polyfills/UserTiming/polyfill.js
polyfills/WebAnimations/polyfill.js
polyfills/ArrayBuffer/polyfill.js
polyfills/atob/polyfill.js
polyfills/fetch/polyfill.js
polyfills/HTMLTemplateElement/polyfill.js
.nyc_output/
coverage
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrhenry/polyfill-library",
"version": "4.8.0",
"version": "4.8.1",
"description": "A polyfill combinator",
"main": "lib/index.js",
"repository": {
Expand Down
5 changes: 0 additions & 5 deletions polyfills/fetch/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ dependencies = [
]
license = "MIT"
spec = "https://fetch.spec.whatwg.org/"
repo = "https://github.com/github/fetch"
notes = [
"Makes use of FormData, FileReader and Blob if they exist. Readable streams not supported. CORS (Cross Origin Resource Sharing) requests do not work in IE 9 or lower."
]
Expand All @@ -27,7 +26,3 @@ op_mob = "<47"
safari = "<12.1"
ios_saf = "<12.2"
samsung_mob = "<9.0"

[install]
module = "whatwg-fetch"
postinstall = "update.task.js"
21 changes: 0 additions & 21 deletions polyfills/fetch/patch.jsdiff

This file was deleted.

Loading

0 comments on commit cb1a698

Please sign in to comment.