Include Promise and fetch polyfills, mainly to support IE 11 (#161)

This commit is contained in:
Norbert Renner 2019-05-01 21:45:54 +02:00
parent 468b20ecc2
commit 2257ac095a
3 changed files with 22 additions and 2 deletions

View file

@ -174,4 +174,7 @@ imagery database is licensed under [CC-BY-SA](https://creativecommons.org/licens
Copyright (c) 2016 Eduard <edward17>; [MIT License](https://github.com/Edward17/LayersCollection/blob/gh-pages/LICENSE.md)
* [Leaflet-providers](https://github.com/leaflet-extras/leaflet-providers)
Copyright (c) 2013 Leaflet Providers contributors All rights reserved.; [2-clause BSD License](https://github.com/leaflet-extras/leaflet-providers/blob/master/license.md)
* [Fetch polyfill](https://github.com/Github/fetch)
Copyright (c) 2014-2016 GitHub, Inc.; [MIT License](https://github.com/github/fetch/blob/master/LICENSE)
* [Promise Polyfill](https://github.com/taylorhakes/promise-polyfill)
Copyright (c) 2014 Taylor Hakes, Copyright (c) 2014 Forbes Lindesay; [MIT License](https://github.com/taylorhakes/promise-polyfill/blob/master/LICENSE)