-
Notifications
You must be signed in to change notification settings - Fork 162
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
Add support for Firefox #53
Comments
@captainbrosset yep, we plan to support I haven't tried this addon yet, but I briefly looked at the sources and I also saw that it uses the |
Thanks @rpl, happy to see this move forward. |
For free?? I will gladly help you, but I demand a compensation of one (1) Firefox sticker 😉 Update of this extension is long overdue, I have some nice looking PRs to merge and refactoring planned, but BTW I have couple more front-end-dev related extensions: |
related to #6 |
Awesome Web Extension Konrad!
I know Firefox has been adding more and more Web Extension APIs lately, so I thought I'd try it and see if it works.
The good news is, the extension can be installed, and the panel appears in DevTools.
Now, when you try to create a snippet, it stays frozen on the "Please wait. Creating a snapshot..." overlay, and there's an error in the console:
chrome.devtools.inspectedWindow.getResources is not a function InspectedContext.js:56
Indeed, I don't think this API has been implemented yet.
@rpl: do you know if this is planned? I think this will require some work on Firefox DevTools' back-end side, I think Chrome has a
getResources
RDP command that they can just use here behind the scenes, but we don't , so we'd have some wiring to do in order to get the resources using different DevTools actors I guess.The text was updated successfully, but these errors were encountered: