Unleash / unleash-proxy-client-js

A browser client that can be used together with the unleash-proxy.
Apache License 2.0
44 stars 46 forks source link

feat: allow for AbortController to be optional #211

Closed Tymek closed 4 weeks ago

Tymek commented 4 weeks ago

About the changes

In an environment where AbortController is not available, there should be a way to use this SDK without errors.

Related to https://github.com/Unleash/unleash-client-nextjs/issues/76

Internally: 1-2470