Neal Shah
Neal Shah
I'm guessing this just invalidates the API token Yeah I think it can be safely disabled in workers
Does this happen on chromium browsers? I suspect this may be an upstream onlyoffice behavior relating to state saving and some sort of tab sleeping behavior safari may have
~~I can't view the video right now but it is the onlyoffice dialog not the puter one right?~~ I finally got the video downloaded. It looks like an issue on...
Do you still have this issue? I had trouble reproducing it on my machine
I think @KernelDeimos mentioned on call that we shouldn't do (shell: true) since it says a deprecation warning in shell but I'll check if that's still the case
yeah this gives me the deprecation warning on startup. Instead of using shell: true, maybe we should stop using npm.cmd on windows? regular npm works fine for me
any updates
Not sure how possible this is without a bundler but I don't think react in a worker makes sense in the first place really, isn't that a front end framework?...
I'm not sure if this will work, probably not, but what happens if you do `const module = await import(someURL)`