Alexnader Sunvas

Results 11 issues of Alexnader Sunvas

I'm always frustrated when all of the clients are shown to the world with the same IPv6 address, which genuinely is the IP of a server. But my server has...

enhancement

NWJS Version : 0.62.0 Operating System : Windows, Linux, macos If you run `navigator.mediaDevices.enumerateDevices()` in ``... ### Actual behavior ... you will get a weird list of devices without `deviceId`s...

test-todo
question
has-min-repro

Are there support of something like https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/filterResponseData ?

upstream-chromium
question

NWJS Version : 0.63 Operating System : Windows Assume, we have window with jQuery attached and HTML code like this: ``` Move it $("button").click(function(){ $("webview").insertAfter("div"); }); ``` After clicking on...

bug
has-min-repro

Currently you have an undocumented feature for routable panels - `panelInit` event. It has the same meaning as `pageInit` event, but especially for panels. I've found it already works, but...

- Operating System: macos - NW.js Version: 0.68 ### How to reproduce **main.html** ``` Demo Open document.getElementById("open").addEventListener("click",function(){ nw.Window.open("https://google.com",{ id:"open2", width:~~(screen.width/4*3) }); }); ``` **package.json** ``` { "main": "/main.html", "name": "demo",...

bug
nw2
has-min-repro

### Current Behavior Entire NWjs application uses common proxy configuration https://nwjs.readthedocs.io/en/latest/References/App/#appsetproxyconfigconfig-pac_url. ### Expected/Proposed Behavior Is it possible to specify proxy configuration for Window and/or `` tag.

feature-request
nw2
Electron Parity

## Describe the feature QUIC (Quick UDP Internet Connection) is a relatively new network protocol that offers significant improvements in terms of speed, reliability, and security over TCP. I propose...

enhancement
webrtc

While trying to install the `kmod-ipt-nat6` or `kmod-nf-nat6`, I get the error of incompatibility of the kernel's version. See screenshot below: https://postimg.cc/SJRt0d9K

### Current/Missing Behavior `navigator.clipboard.writeText` doesn't work in webviews. See how to reproduce section for demo. ### Expected/Proposed Behavior It should work ### Additional Info - Operating System: any - NW.js...