Can't find TransformStream in some iOS devices #489
-
Some iOS users of my website reported that Could this just be a browser compatibility problem? If so, why doesn't updating the browser fix it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I confirm that |
Beta Was this translation helpful? Give feedback.
I confirm that
zip.js
heavily depends on Web Streams (i.e.WritableStream
,ReadableStream
andTransformStream
). It's pretty weird that updating browsers doesn't solve the problem.TransformStream
is supposed to be supported on Safari since the version 14.1 released on 26 Apr. 2021, see https://caniuse.com/mdn-api_transformstream_transformstream.