compatibility.js 206 Bytes
Newer Older
1 2 3 4 5 6 7 8
// =======================================
// Fetch polyfill
// =======================================
// Requirement: Safari 9 and below, IE 11 and below

if (!window.fetch) {
  require('whatwg-fetch')
}