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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work in Edge, IE, or Safari due to lack of SharedWorker #2

Closed
nolanlawson opened this issue Mar 2, 2017 · 2 comments
Closed

Comments

@nolanlawson
Copy link

Edge, IE, and Safari don't support SharedWorker right now: http://caniuse.com/#feat=sharedworkers

When you try to load this library in those browsers, you'll see an error because SharedWorker is undefined. Here's a repro: http://bl.ocks.org/nolanlawson/raw/28af65df06818b6d4000891714865bc8/

You might want to make SharedWorker optional or look into something like Polymer's CommonWorker instead. Or at least document it. 🙂

@Wildhoney
Copy link
Owner

Thanks for this @nolanlawson 👍 I've pushed a small change that should provide a graceful fallback for unsupported workers.

@Wildhoney
Copy link
Owner

Added to README as well.

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