polyfill.mjs 65 B

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