aboutsummaryrefslogtreecommitdiffstats
path: root/resources/lib/fetch-polyfill
Commit message (Collapse)AuthorAgeFilesLines
* resources: Add a fetch polyfill with skip functiongengh2021-05-253-0/+994
Register whatwg-fetch (by GitHub) as fetch polyfill to MediaWiki core, with a skip function. This adds fetch() support for Safari 6.1+ and IE 10+. The polyfill depends on Promise being defined first. Bug: T260198 Change-Id: I610da8abd6334de965f9c763462b563822788eb2