moneybutton / yours-core

Client-side key and content management for Yours.
https://www.yours.network
MIT License
132 stars 27 forks source link

Use shared workers for browser #69

Open ryanxcharles opened 8 years ago

ryanxcharles commented 8 years ago

Datt does not presently handle the case of opening multiple browser windows at the same time. The way this should work is that the app runs in a SharedWorker that is shared between the different browser windows. This would ensure that data that needs to be validated is only validated once, rather than once per window.