Trigger GC for DOM element that is not in document

前端 未结 0 1835
被撕碎了的回忆
被撕碎了的回忆 2021-02-06 18:25

I am using idiomatic code to trigger download without server side processing:

function toMimeDataTextCsv(str) {
  return \'data:text/csv;charset=UTF-8,\' + encode         


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