Ayushman Chhabra

Results 118 comments of Ayushman Chhabra

~Not sure if this is a bug or by design?~ cc @rogerwang

> Are there any way to modify body of content loaded into WebView Not sure what you mean - could you elaborate? > Are there support of something like https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/filterResponseData...

Chromium does not support this yet. I found two issues tracking it's progress though: https://bugs.chromium.org/p/chromium/issues/detail?id=487422&q=webRequest.filterResponseData&can=2 https://bugs.chromium.org/p/chromium/issues/detail?id=104058&q=webRequest.filterResponseData&can=2 Seems like there is a way to modify requests via the Devtools: https://bugs.chromium.org/p/chromium/issues/detail?id=487422#c29

According to [Note 31](https://redmine.postgresql.org/issues/7442#note-31), should this be closed as resolved (here and in Redmine)? cc @rogerwang @dpage @dpage-edb

It's possible that #7884 is the cause of this. I'll try to reproduce on my end.

What version of Chromium did you test on? NW.js v0.66.1 has Chromium v103.0.5060.114. It looks like it got fixed upstream. I'll test it out on my end too.

Could you provide a link to minimal repro or steps to reproduce? It'll be easier for me to debug understand the issue.

Operating System: Ubuntu 22.04 NW.js version: 0.66.1 Repro link: https://github.com/ayushmxn/nw-repro/tree/dev-7844 Crash Report: ```shell > [email protected] start > nw ./app/**/*.* [0802/145134.050091:ERROR:zip_reader.cc(153)] Cannot open ZIP from file handle 3 [0802/145134.050155:ERROR:zip.cc(202)] Cannot open...

After going through this [comment](https://github.com/nwjs/nw.js/issues/7902#issuecomment-1206776869) again, this may be related to #7884. I'll try to come up with a repro.

@sirisian I looked at the PR related to this. Should we instead have a flag which dynamically sets the character limit higher than 260 with an upper limit of 32,000?...