From 9101b2723a8b23605100be57684f7b9413536e09 Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Mon, 16 Nov 2020 11:00:56 +0000 Subject: [PATCH] Add fetch and TextDecoder to polyfills --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 06aec53755..12d6b8fbd7 100644 --- a/README.md +++ b/README.md @@ -112,9 +112,11 @@ OpenLayers runs on all modern browsers that support [HTML5](https://html.spec.wh For older browsers and platforms (Internet Explorer, Android 4.x, iOS v12 and older, Safari v12 and older), polyfills may be needed for the following browser features: +* [`fetch`](https://caniuse.com/#feat=fetch): Available from [polyfill.io](https://polyfill.io/). * [`requestAnimationFrame`](https://caniuse.com/#feat=requestanimationframe): Available from [polyfill.io](https://polyfill.io/). * [`element.prototype.classList` (`add`/`remove`)](https://caniuse.com/#feat=classlist): Available from [polyfill.io](https://polyfill.io/). * [`URL` API](https://caniuse.com/#feat=url): Available from [polyfill.io](https://polyfill.io/). +* [`TextDecoder`](https://caniuse.com/#feat=textencoder): Available from [polyfill.io](https://polyfill.io/). * [Pointer events](https://caniuse.com/#feat=pointer): Use [elm-pep](https://npmjs.com/package/elm-pep) (lightweight) or [@openlayers/pepjs](https://npmjs.com/package/@openlayers/pepjs) (for really, really old browsers). ## Documentation