Add https support to standalone DevTools
See original GitHub issueI 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:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
Feel free. Haven’t thought about this enough to have an opinion yet.