You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my understanding of code, it seems that if there are two pending XHRs, only the first one will trigger a creation of promise and link its resolve() to resolver. The second one will not have its own promise object and resolver. How can you make sure each request is handled properly in this way. Correct me if I am wrong :)
The text was updated successfully, but these errors were encountered:
pending-xhr-puppeteer/src/index.js
Lines 9 to 18 in ea052c1
From my understanding of code, it seems that if there are two pending XHRs, only the first one will trigger a creation of promise and link its resolve() to resolver. The second one will not have its own promise object and resolver. How can you make sure each request is handled properly in this way. Correct me if I am wrong :)
The text was updated successfully, but these errors were encountered: