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
This was fixed back in 2.3.1 by dropping split and stream-combiner. Closing. I think I also sent some patches upstream. Anyways everything works great on the latest tape down to ancient IEs.
Since stream-combiner was introduced IE8 fails
Using string.prototype.split with regex makes the tap output incorrect due to IE < 9 string split bugs
https://github.com/dominictarr/split
Using Array.prototype.forEach in duplexer fails as it doesn't exist in IE < 9
https://github.com/Raynos/duplexer
I can help to fix these issues but first wanted your advise in how to deal with browser incompatibility issues.
Shall we
a.) Fix duplexer and split with a browser shim/ a fall back method?
b.) Fix browserify to add these shims automatically?
c.) ???
The text was updated successfully, but these errors were encountered: