jimmywarting / StreamSaver.js

StreamSaver writes stream to the filesystem directly asynchronous
https://jimmywarting.github.io/StreamSaver.js/example.html
MIT License
3.95k stars 413 forks source link

I have a question: When will this code take effect? #297

Open CS-Tao opened 1 year ago

CS-Tao commented 1 year ago

let useBlobFallback = /constructor/i.test(global.HTMLElement) Can anyone help me? Thanks!

jimmywarting commented 1 year ago

it will take affect in safari browsers

CS-Tao commented 1 year ago

@jimmywarting For old version of safari? HTMLElement in mac-safari 15.2 is function HTMLElement() {[native code]}

image