-
I have created initial version of [j2v8-debugger](https://github.com/AlexTrotsenko/j2v8-debugger) using _Stetho_ for communication with _Chrome DevTools_ as it was sugessted in #293.
Definitely cu…
-
Multiple advertisement slots exist on the page where ad auctions occur among various participants. This auction setup is quite intricate, involving multiple players bringing diverse signals. At times,…
-
In order to analyse application performance, it can be useful to view a flamegraph, much like what `cargo flamegraph` is doing (https://github.com/flamegraph-rs/flamegraph). I suggest to have `deno fl…
-
### Environment
- Operating System: Windows_NT
- Node Version: v18.12.1
- Nuxt Version: 3.5.1
- Nitro Version: 2.4.1
- Package Manager: npm@9.6.7
- Builder: vite
- User C…
-
Hello @westy92
Is it possible to add a log handler to the project?
Like this example:
```javascript
await Promise.all([
Network.enable(),
Page.enable(),
Runtime.enable(),
…
-
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 '…
-
### Bug description
Open https://apps.apple.com/app/id1523054563?mt=8 with puppeteer
```typescript
const handlePageDialog = (dialog: Dialog): void => {
void dialog.dismiss();
};
page.on…
-
#### Expected behavior
The export server should handle large amounts of data. The technical limitation is likely due to the Chrome DevTools protocol implementation, which is capped at 100 MB. This …
-
## What is your suggestion?
Allow controlling how `asExternalUri()` rewrites work beyond current `--proxy-domain` capabilities or allow turning them off completely.
## Why do you want this feature…
-
Using Runtime_ConsoleAPICalled event in an embedded WebView2 control to receive messages sent to the developer console via JavaScript console.log(), this works fine on normal web pages, but fails when…