javascript workers seems not running in background

前端 未结 0 1172
花落未央
花落未央 2021-02-12 19:46

I have this javascript worker for fetching data on the PHP backend

ajax-worker.js

self.onmessage = function(e){

    var xhttp = new XMLHttpRequest();
             


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