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

Add feature detection for webworkers #416

Merged
merged 2 commits into from
Apr 10, 2017
Merged

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Apr 7, 2017

Only use web worker store if we have web workers available

Only use web worker store if we have web workers available
@kegsay
Copy link
Member

kegsay commented Apr 7, 2017

It feels like this check is at the wrong point in the stack. It means Node can't ever use the web worker version. There are npm packages which meet the web worker API but we can't inject that either. Can't we put this in react SDK?

So it can be used from Node with one of the compatible APIs
@dbkr
Copy link
Member Author

dbkr commented Apr 10, 2017

Does this tick that box?

@kegsay
Copy link
Member

kegsay commented Apr 10, 2017

LGTM!

@dbkr dbkr merged commit 8ac0d12 into develop Apr 10, 2017
@t3chguy t3chguy deleted the dbkr/feature_detect_webworker branch May 10, 2022 14:16
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

Successfully merging this pull request may close these issues.

2 participants