Shelley Vohr
Shelley Vohr
Closing as I believe this to have been addressed - please let us know if you're still seeing issues and we can re-open it!
hey folks - did some digging and Chrome made a change here: https://chromium-review.googlesource.com/c/chromium/src/+/5792044 that prepends a SHA256 hash of the domain name to the start of the encrypted data. Slicing...
fwiw i'm not - it's working for me now after bumping
Duplicate of https://github.com/electron/fiddle/issues/1597
@samuelmaddock were you able to confirm it works on other platforms?
@nikwen the `spawn` event indicates that the process was launched and assigned a Pid - is there a reason you can't wait for that event to be emitted before running...
@ryancwalsh see https://github.com/electron/electron/pull/37535 for esm - new in latest major. Unfortunately Fiddle does not support Typescript. This looks unfortunately like temporary npm issue or something, because i had no issues:...
> gyp ERR! stack Error: not found: make This looks like your issue. You're likely missing this package on Ubuntu - once you install it the issue should likely resolve.
@lvtiantian I ran ```js const screens = screen.getAllDisplays() for (const screen of screens) { console.log('screen', screen) } desktopCapturer.getSources({ types: ['screen'] }).then(async sources => { for (const source of sources) {...
Hmm - I ran the example Fiddle with the provided version and see this as expected: