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

Differently Encoded State Sent to Program from Chrome App (not Chrome DevTools extension) #9

Open
michaelsg opened this issue Oct 4, 2017 · 0 comments

Comments

@michaelsg
Copy link

I'm trying to figure out why the Chrome app always sends back a string of JSON (return value from extractState) whereas the remote.io/local web app returns a decoded plain JS object.

I can see in the message from the remotedev server (running locally) that the state is JSON but has been re-encoded as a JSON string when using the Chrome app. When using remotedev.io/local I can see that it's a JSON object.

I can't try it out in the Chrome Tool (RemoteDev DevTools) because that doesn't display correctly and claims all states are equal.

All this testing was done with the same server (npm remotedev-server), same program connecting to the server, but with different viewing applications.

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

1 participant