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
It might be possible to polyfill. Currently, we fix this on a data layer above fetch (can-connect). A polyfill would basically do a normal fetch that waits for everything and just emit data once on the stream.
Can anyone tell me how do I use this library in Firefox, Edge and Safari browsers.
Firefox does not support
ReadableStream
and throws the error:ReadableStream is not defined
.Edge throws error
Function expected
, when reading data usingndjsonStream
function of this library.Does anyone have any workarounds or any polyfill that I can use to make it work in these browsers?
The text was updated successfully, but these errors were encountered: