question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add https support to standalone DevTools

See original GitHub issue

I notice that the standalone react-devtools use http instead https like "<script src="http://192.1.2.3:8097"></script>" (src code),but my website is always https, so it will get broken because I cant change it to http if it’s in iframe(it’s diffcult to change the host environment/website protocol).

I’m not familar with the react-devtools implementations, maybe something cause it can only use http to open the server, happy to hear the details, thanks!

React-devtools: 3.6.3

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
NE-SmallTowncommented, Jul 7, 2020

Sorry Brian, these days are too busy, I did some work on https://github.com/NE-SmallTown/my-understanding-of-react/commit/cebb0267062187838bc94cd91df5c12deb10affc but have not enough time to do more verification, add docs and add tests, so I have to left it there. Sorry agign.

1reaction
bvaughncommented, Jun 16, 2020

Feel free. Haven’t thought about this enough to have an opinion yet.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Network features reference - Chrome Developers
Discover new ways to analyze how your page loads in this comprehensive reference of Chrome DevTools network analysis features.
Read more >
react-devtools - npm
This package can be used to debug non-browser-based React applications (e.g. React Native, mobile browser or embedded webview, Safari). React ...
Read more >
Devtools Service - WebdriverIO
A WebdriverIO service that allows you to run Chrome DevTools commands in your tests.
Read more >
How to use React dev tools with react native? - Stack Overflow
With React Native 0.43 or higher you should use standalone DevTools app: https://github.com/facebook/react-devtools/tree/master/packages/react-devtools.
Read more >
DevTools Overview - Angular
Angular DevTools is a browser extension that provides debugging and profiling capabilities for Angular applications. Angular DevTools supports Angular v12 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found