Cannot download file from firebase store to computer

前端 未结 0 476
再見小時候
再見小時候 2020-11-27 04:19
 const download = (url) => {
        var xhr = new XMLHttpRequest();
        xhr.responseType = \'blob\';
        xhr.onload = function (event) {
            var          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题