window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ not available on moz-extension:// pages
See original GitHub issueI am trying to use this with a webextension in Firefox. My html page is at moz-extension:// but window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__
is not available:
Screenshot http://i.imgur.com/xK15rRC.png
Do you know if this is an issue on my side, or is there a way I can use the devtools with moz-extension://?
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Moz Bar Not Showing DA? | SEO Forum
On certain sections of our website the Moz bar doesn't display any Domain Authority, not even zero, the bar just isn't present. These...
Read more >Content scripts - Mozilla - MDN Web Docs
If a page script redefines a built-in DOM property, the content script sees the original version of the property, not the redefined version....
Read more >MozBar Not Working? Here are a Few Fixes - Blog
If you are unable to see the data in the Moz Chrome extension and find your Moz Toolbar not working, yours is not...
Read more >Given a moz-extension:// URL opened by bookmark, how can I ...
The simple answer: ++RTFM. browser.windows.getAll() will allow you to populate the windows objects with tab info. You need the permissions: ...
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 FreeTop 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
Top GitHub Comments
According to http://arewewebextensionsyet.com/#runtime and the MDN page the
onMessageExternal
event is supported in FirefoxMakes sense, thanks brother!