Files
flights_web_raw/apps/angular/node_modules/unfetch/polyfill/polyfill.mjs
T

3 lines
65 B
JavaScript

import unfetch from '..';
if (!self.fetch) self.fetch = unfetch;