compatibility.js 233 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 require('babel-polyfill') // ======================================= // Fetch polyfill // ======================================= // Requirement: Safari 9 and below, IE 11 and below if (!window.fetch) { require('whatwg-fetch') }