STM in Browser Environment
I'm guessing STM makes the most sense in the browser environment at the moment.
Forgive my dumb question, but is there something in effect/stm that can deal with multiple browser tabs being open that can access some shared store? (indexeddb/opfs/etc)
or is it more about multiple workers accessing shared state?
I'm more familiar with server/thread STM, so I'm not sure of the limitations etc in the browser
Forgive my dumb question, but is there something in effect/stm that can deal with multiple browser tabs being open that can access some shared store? (indexeddb/opfs/etc)
or is it more about multiple workers accessing shared state?
I'm more familiar with server/thread STM, so I'm not sure of the limitations etc in the browser
