Kilian Valkhof

Results 186 comments of Kilian Valkhof

protocol events sent this as response to `DOM.pushNodesByBackendIdsToFrontend` upon an inspectElement invocation: ``` { "code": -32000, "message": "Document needs to be requested first" } ``` so it seems the document...

When following the instructions on https://chromedevtools.github.io/devtools-protocol/ I can successfully load verizon and add a devtools and two remote devtools and all of them behave correctly, pointing to the issue being...

Thanks for your PR. The way markdown works is that, when you use `1.` in a list it will automatically number things in the HTML output and this is the...

Right, so the first item links to the `homepage` from the manifest file, and that's consistent with chrome. When that's missing it should link to the chrome webstore ID, but...

Looking into this, it seems that because I dont provide a tabId, the current implementation picks the webcontents of the sender as the active tab but if that's not added...

most likely because the extension uses `storage.sync` in the popup, which isn't supported yet. see #34

Hi! You can use .pulsate("destroy") to destroy, but there are no events.

Ha, thanks! Does it have to be display none/block? by setting the width, it animated in and out nicely.

Hi @staniel359, I created this test fiddle: https://gist.github.com/Kilian/f1566f60bd54ab1ca5dd8ed6887aa1d1 and it works fine for me on Ubuntu 23.04 on both electron 30.0.1 and 30.0.2. Does this example work for you? If...

@staniel359 You'll get your issue resolved faster if you supplied a testcase.