UNPKG

io3fix

Version:

toolkit for interior apps

14 lines (11 loc) 276 B
import runtime from '../../core/runtime.js' export default (function(){ if (typeof fetch !== 'undefined') { return fetch } else { console.warn('Missing global fetch API.') return function() { throw new Error('Missing global fetch API.') } } })()