Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce "web2017-polyfills" module | Eric Gardner | 2022-02-14 | 1 | -1/+0 |
| | | | | | | | | | | | | | Creates a new RL module for polyfilling modern Web APIs (as opposed to modern syntax support / language features). Moves the recently-created Intersection Observer polyfill module into a new module, "web2017-polyfills". The fetch polyfill has been retained as a temporary alias, and can soon be removed in favor of the new web-2017 module. Bug: T301489 Change-Id: Ic8a7f4f892722b77252ad6db45c73598833a8c65 | ||||
* | resources: Add a fetch polyfill with skip function | gengh | 2021-05-25 | 1 | -0/+1 |
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 |