tgvashworth / fetch-engine

A smart request-making library
24 stars 6 forks source link

feat: bring your own fetch API #87

Closed tgvashworth closed 6 years ago

tgvashworth commented 6 years ago

BREAKING CHANGE: this change removes the internal implementation of fetch from the browser version of fetch-engine, meaning that it depends on window.fetch.

This also upgrades the typescript version (and associated modules), which leads to a huge number of changes.