Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

No Longer Works with React Native - Because Web Worker #247

Closed
sebmarkbage opened this issue Oct 7, 2015 · 1 comment
Closed

No Longer Works with React Native - Because Web Worker #247

sebmarkbage opened this issue Oct 7, 2015 · 1 comment

Comments

@sebmarkbage
Copy link
Contributor

React Native's Chrome debugger moved to use a Worker to ensure a DOM-less environment. Unfortunately, this means that the React DevTools doesn't get injected into the Worker.

It would be great to be able to debug a React instance in a Worker regardless.

I don't know if Chrome extensions provide a unified way of injecting scripts into Workers and if so how to communicate with the DevTools extension.

@sophiebits
Copy link
Contributor

#229

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

No branches or pull requests

2 participants