We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Before opening an issue, please search and see if it has already been raised.
from package.json "chromium-args": "--enable-gcm --disable-features=ProcessPerSiteUpToMainFrameThreshold --user-agent='' --enable-features=NativeNotifications --enable-chrome-browser-cloud-management --enable-speech-dispatcher --enable-logging --js-flags='--no-flush-bytecode' --disable-web-security --allow-file-access --allow-file-access-from-files --enable-experimental-web-platform-features ",
from chrome://flags \nwjs-sdk-v0.91.0-win-x64\nw.exe" --remote-debugging-port=9222 --enable-gcm --disable-features=ProcessPerSiteUpToMainFrameThreshold --user-agent --enable-features=NativeNotifications --enable-chrome-browser-cloud-management --enable-speech-dispatcher --enable-logging --js-flags=--no-flush-bytecode --disable-web-sec�I"
this is what was causing #8218 - I had enable-gcm at the end and it was being truncated and not sent to chrome
enable-gcm
so a couple of my chrome flags arent actually being sent to chrome - this appears to happen only on windows
The text was updated successfully, but these errors were encountered:
Most likely related to #7670. Although I noticed that the character count in your repro is 284 - not sure what's going on there 👀
Sorry, something went wrong.
Remote debugging port isn't part of the package.json - it's a node command line parameter
The 260 limit seems to be on args set in package.JSON
@rogerwang this is currently affecting over 500 000 devices running our app
We urgently need a fix here
closing because duplicate of #7670
Reopening this for visibility
No branches or pull requests
Issue Type
Before opening an issue, please search and see if it has already been raised.
from package.json
"chromium-args": "--enable-gcm --disable-features=ProcessPerSiteUpToMainFrameThreshold --user-agent='' --enable-features=NativeNotifications --enable-chrome-browser-cloud-management --enable-speech-dispatcher --enable-logging --js-flags='--no-flush-bytecode' --disable-web-security --allow-file-access --allow-file-access-from-files --enable-experimental-web-platform-features ",
from chrome://flags
\nwjs-sdk-v0.91.0-win-x64\nw.exe" --remote-debugging-port=9222 --enable-gcm --disable-features=ProcessPerSiteUpToMainFrameThreshold --user-agent --enable-features=NativeNotifications --enable-chrome-browser-cloud-management --enable-speech-dispatcher --enable-logging --js-flags=--no-flush-bytecode --disable-web-sec�I"
this is what was causing #8218 - I had
enable-gcm
at the end and it was being truncated and not sent to chromeso a couple of my chrome flags arent actually being sent to chrome - this appears to happen only on windows
The text was updated successfully, but these errors were encountered: