Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Would this work in a WebExtension? #32

Open
BigBlueHat opened this issue Feb 3, 2017 · 3 comments
Open

Would this work in a WebExtension? #32

BigBlueHat opened this issue Feb 3, 2017 · 3 comments

Comments

@BigBlueHat
Copy link

@glynnbird and I are curious. 馃槈

@nolanlawson
Copy link
Member

I am not sure if web extensions support web workers. I believe they don't actually.

@nolanlawson
Copy link
Member

But on the bright side I'm pretty sure they get their own JS realm and separate thread/process so workers aren't necessary

@BigBlueHat
Copy link
Author

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants