Open BigBlueHat opened 7 years ago
I am not sure if web extensions support web workers. I believe they don't actually.
But on the bright side I'm pretty sure they get their own JS realm and separate thread/process so workers aren't necessary
@nolanlawson ah. Good to know. I'm pondering putting PouchDB in a sandbox'ed page and then communicating with that via the Web Extension postMessage stuff. That should work (and allow for eval()'ing Map/Reduce), but I'm not (yet) certain at what cost. Pondering.
Thanks for the reply!
@glynnbird and I are curious. 😉