-
Notifications
You must be signed in to change notification settings - Fork 0
IE11 #2
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestwontfixThis will not be worked onThis will not be worked on
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestwontfixThis will not be worked onThis will not be worked on
Some code used will not work in IE11. I suggest using Babel in your workflow.
Spread Operator
Template Literals
Use String concatenation instead.
Or rather duplicate from a DOM element (note: this may be slower).
This is assuming you don't already use something like React or Vue.
Fetch
Use a polyfill: https://github.com/github/fetch and https://github.github.io/fetch/