Closed parfeon closed 4 weeks ago
fix(subscribe): fix / revert fetch TypeError handling
fetch
TypeError
Revert fix created to handle browser timeouts (not gracefully). The Web Fetch API doesn't have descriptive error information, and it sends TypeError for both cases when connection closed by browser or network issue (blocked domain).
Closes
@pubnub-release-bot release
🚀 Release successfully completed 🚀
fix(subscribe): fix / revert
fetch
TypeError
handlingRevert fix created to handle browser timeouts (not gracefully). The Web Fetch API doesn't have descriptive error information, and it sends
TypeError
for both cases when connection closed by browser or network issue (blocked domain).Closes