How to stop arrays .map from blocking the main thread

后端 未结 0 1399
刺人心
刺人心 2021-01-27 08:45

I have the following code that I believe is blocking the main thread. Basically I want to pull

  var reactionIdArray = reactionIds.map(function (val) {
    if (va         


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