Closed ghost closed 4 years ago
if you load web streams polyfill in any other way but the cdn then yes.
if you include this
<script src="https://cdn.jsdelivr.net/npm/web-streams-polyfill@2.0.2/dist/ponyfill.min.js"></script>
and the window.WebStreamsPolyfill
becomes available streamsaver can detect it and use it automatically
if you don't then streamsaver will use the global writable/transform stream (that's only avalible in Blink)
@jimmywarting Thank you for your answer!In my free time I will read and learn the source code.
Is it here to configure compatibility?The code should be:?