Jason Miller
Jason Miller
@tunnckoCore @farskid - what do we want to do with these types of issues/PRs? We can't merge them because of the nature of this library (it being a polyfill and...
Exactly! And the wrapper will work regardless of whether unfetch or native fetch gets used.
Prior art: https://github.com/RickWong/fetch-plus
@iamale totally stealing that
Heh - I think that's why we haven't closed it. Need to find a good home for these things, maybe in the wiki.
Nice find! This might not work when we move Response and Headers into their own constructors though.
I was originally against this since it's impossible to do in 500b, but I think we need a solution. Perhaps shipping the JS Modules build with `{ fetch, Request, Response,...
I believe this should be addressed by #135, which drops the `.mjs` file extension and moves back to `unfetch.module.js`. Can anyone confirm?
Definitely open to this.