From 39253c5ecf311764e32e75988a2c10fe78580ccf Mon Sep 17 00:00:00 2001 From: Christopher Knox Date: Tue, 14 May 2019 22:59:22 +1200 Subject: Adds a note about custom elements polyfill (#31) --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e3a0496..860d8aa 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ install the accompanying npm library: npm install --save elm-mapbox +Microsoft Edge you will needs a polyfill to use custom elements. The polyfill provides by +webcomponents.org is known to work https://github.com/webcomponents/custom-elements + Then include the library into your page. If you don't have any JS build system setup, probably the easiest is to add: -- cgit v1.2.3