Bye bye polyfill
This commit is contained in:
parent
2a57eab327
commit
c518401f53
2 changed files with 0 additions and 4 deletions
|
@ -26,9 +26,6 @@ riot.mixin({
|
|||
CONFIG
|
||||
});
|
||||
|
||||
// ↓ iOS待ちPolyfill (SEE: http://caniuse.com/#feat=fetch)
|
||||
require('whatwg-fetch');
|
||||
|
||||
// ↓ NodeList、HTMLCollection、FileList、DataTransferItemListで forEach を使えるようにする
|
||||
if (NodeList.prototype.forEach === undefined) {
|
||||
NodeList.prototype.forEach = Array.prototype.forEach;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue