Skip to content

Commit e90f4f8

Browse files
Added babel polyfill in readme
1 parent 159e1c4 commit e90f4f8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ In case your browser doesn't have support for [Fetch](https://developer.mozilla.
3939

4040
<!-- polyfilling fetch -->
4141
<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>
4245
```
4346

4447
## Getting started

0 commit comments

Comments
 (0)