You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background: The cookie package was added as a part of http stream support in this PR. Previously, the host handled cookie stuff for us, but with http streams we had to do it ourselves.
Breaking change: The easiest solution is to just remove cookie support and tell customers to use the cookie package directly in their own code if they want to use cookies. That's what my branch does. The alternative is to work with the host team so that they handle cookies for us even in the http stream scenario.
Background: The cookie package was added as a part of http stream support in this PR. Previously, the host handled cookie stuff for us, but with http streams we had to do it ourselves.
Breaking change: The easiest solution is to just remove cookie support and tell customers to use the cookie package directly in their own code if they want to use cookies. That's what my branch does. The alternative is to work with the host team so that they handle cookies for us even in the http stream scenario.
Branch to remove: ej/removeCookie
The text was updated successfully, but these errors were encountered: