pmadhur

Results 4 comments of pmadhur

Manifest V3 uses Promises, and it seems sendMessage is also affected with the change. You should rewrite your sendMessage call: https://developer.chrome.com/docs/extensions/mv3/promises/#compare-to-callback Change your code in content.js to: `chrome.runtime.sendMessage("Hello from content...

In v20.3.0, whenever the primary process closes the socket, the function socketOnEnd gets called. In v20.2.0, socketOnEnd is never called. ![Screenshot 2024-01-28 094424](https://github.com/nodejs/node/assets/16571328/3d028ec8-7727-43a4-b7c0-92a0ba237987)

The issue is reproducible without any third party environments/modules on Ubuntu 22.04.3.

Here a possible workaround until Chromium DevTools styles strategy changes or Electron provides a feature to change fonts: ```js win.webContents.on('devtools-opened', () => { const css = ` :root { --sys-color-base:...