Loading file from inside worker marked as (pending) #24758
Unanswered
michaelkremenetsky
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Can you set a break point or add some console logging, so make sure you are hitting the function? Are you sure the thread is actually running? e.g. can see logging coming from the thread entry point? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I am creating a thread in c++ using std::thread and then in that I call a js function added via js-library. I need to import a script in the js function but when I do there is no console output from the script and when I look in the network tab I see its trying to load it but its marked as (pending) and stuck on that. Any idea what the issue might be? I tried running both async and sync and I get the same thing. I can't tell if this is a CORS issue or something else.
Web server I'm running it with:
Beta Was this translation helpful? Give feedback.
All reactions