I'm attempting to debug an issue I have on an iPad regarding OPFS Web Workers, but I'm noticing that the Inline Console isn't getting any of the console.log() messages that I'm sending within my Web Worker. I've verified that I am sending and receiving messages to and from the Web Worker via other console.log() messages, and tested with having the first line of the onmessage within my worker be a console.log() as well.
Is there something I can do to enable logging from Web Workers or does this not have that kind of capability yet?
Thanks in advance!
I'm attempting to debug an issue I have on an iPad regarding OPFS Web Workers, but I'm noticing that the Inline Console isn't getting any of the
console.log()messages that I'm sending within my Web Worker. I've verified that I am sending and receiving messages to and from the Web Worker via otherconsole.log()messages, and tested with having the first line of theonmessagewithin my worker be aconsole.log()as well.Is there something I can do to enable logging from Web Workers or does this not have that kind of capability yet?
Thanks in advance!