Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | resources: Add a fetch polyfill with skip function | gengh | 2021-05-25 | 3 | -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 |