Skip to content

Commit

Permalink
vendor fetch polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Feb 27, 2024
1 parent 2d8913a commit 82df529
Show file tree
Hide file tree
Showing 5 changed files with 618 additions and 42 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
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 82df529

Please sign in to comment.