Unleash / unleash-proxy-client-js

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

fix: don't send 'If-None-Match' header for empty etag #190

Closed sebkasanzew closed 9 months ago

sebkasanzew commented 9 months ago

About the changes

Closes #189

Important files

src/index.ts

Discussion points

Should this only be applied to this If-None-Match header, or should maybe the notNullOrUndefined function in ./utils.ts be also changed to notNullOrUndefinedOrEmptyString?

Tymek commented 9 months ago

Done in #187 and released in v3.3