wikijs-fork/client/helpers/compatibility.js
2018-09-29 15:39:09 -04:00

9 lines
206 B
JavaScript

// =======================================
// Fetch polyfill
// =======================================
// Requirement: Safari 9 and below, IE 11 and below
if (!window.fetch) {
require('whatwg-fetch')
}