Replies: 1 comment
-
So would you want to use e.g., websockets instead? |
Beta Was this translation helpful? Give feedback.
0 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.
-
I recently used xstate inside a WebWorker, where I performed some computation-intensive tasks and used xstate to represent the states of these computations.
However, as I discovered, there is currently no way to use
@xstate/inspect
to inspect xstate-machines running in a WebWorker or any other context where there is nowindow
object available.I think it would be handy if one could inspect the state machines in the dev-tools, even when they are running in a WebWorker.
Beta Was this translation helpful? Give feedback.
All reactions