We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159e1c4 commit e90f4f8Copy full SHA for e90f4f8
1 file changed
README.md
@@ -39,6 +39,9 @@ In case your browser doesn't have support for [Fetch](https://developer.mozilla.
39
40
<!-- polyfilling fetch -->
41
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/whatwg-fetch/dist/fetch.umd.min.js"></script>
42
+
43
+<!-- depending on your browser you might wanna include babel polyfill -->
44
+<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@babel/polyfill@7.4.4/dist/polyfill.min.js"></script>
45
```
46
47
## Getting started
0 commit comments