-
Hello
When I'm running the app over a secure (https) connection I get an error: "SecurityError: Failed to construct 'WebSocket': An insecure WebSocket connection may not be initiated from a page lo…
-
### ⚠️ This issue respects the following points: ⚠️
- [X] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [X] This issue is **not** already reported on [Github](https://…
-
Hi,
I'm using openSUSE/SLES as OS on top of RPI 3b+. It is impossible to get Chromium up and running due to all its dependencies.
Firefox is installed by default. Can you provide for Firefox as …
-
### 1, 如果用require 引入其他文件
package则无法引入。。。。。。。
- ./src/main/entry.js
```js
const { app, BrowserWindow } = require("electron");
const createProtocol = require("./protocol");
const isDevelopmen…
-
Hi, great work.
Can Chrome headless be supported? I understand it'd be a whole different approach yet doable by using Chrome's screenCast as commented here: https://github.com/ChromeDevTools/devtool…
-
`chrome-extension.js` is a big, but ugly, file that holds big parts of logic. If we want to make the lib more easy to work on, we should refactor this file.
`chrome-extension.js` expose 2 public AP…
-
1. Start Brackets, open "Getting started" Project, and restart Brackets (you may restart it without extension as well)
2. Quickly launch Live Preview and wait for the window to load
3. Open Brackets' …
-
We are using Storage.interestGroupAuctionNetworkRequestCreated event to listen to gather information of KV calls.
Following is link for the documentation,
https://chromedevtools.github.io/devtools-p…
-
In issue [106252002](https://codereview.chromium.org/106353002/) setRecordingProfile was removed from DevTools front ends as an interface. According to an email exchange I had, it's been replaced by '…
-
Any chance support for the devtools protocol can be added?
Right now, debugging the JS environment is quite tedious.