Questions tagged [chrome-canary]

Chrome Canary is the bleeding-edge version of Chrome.

Chrome Canary is the bleeding-edge version of Chrome. Google Chrome Canary has the newest of the new Chrome features.

Be forewarned: it's designed for developers and early adopters, and can sometimes break down completely.

It can be downloaded here.

19 questions
26
votes
3 answers

How to debug chrome extension service worker for manifest v3?

I am experimenting with chrome extension manifest v3 (on chrome canary) and I can't find any way to debug the service worker script defined in the manifest.json. For manifest v2 there was a link on the chrome://extensions/ page that would open a…
samuelstarbuck
  • 373
  • 1
  • 5
  • 13
5
votes
2 answers

Chrome inspect not showing Node app, debugger

I'm working on a Node.js project and it was working perfectly (friday around 3pm). I opened the same project this morning and the debugger of chrome isn't working anymore with my node --inspect command. node --inspect server.js It tells me it…
4
votes
0 answers

mDNS Support for WebRTC at Google Chrome M74

Google Chrome scheduled for M74 release that the mDNS support for local ICE candidates will be involved in the browser to increase privacy. This feature is controlled by the feature flag -enable-webrtc-hide-local-ips-with-mdns ; I am trying to…
korayguney
  • 169
  • 1
  • 11
2
votes
3 answers

How to make WebGPU run in Chrome Canary 97?

Whichever WebGPU example (austin-eng, jack1232/WebGPU-Step-By-Step, etc...) I run in Chrome Canary 97.0.4686.0 with unsafe WebGPU flag enabled I get some errors in console that indicate that my browser does not support WebGPU. Example:…
1
vote
3 answers

using VS Code to debug Chrome,but web request keeps pending

I'm using VS Code to debug Chrome. When I set a breakpoint in VS Code and refresh the page, the page doesn't load and the request keeps pending. I noticed that if I don't refresh the page, the breakpoint debugging works fine. What could be causing…
1
vote
0 answers

DevTools Coverage Activity

I want to remove unused code from my files and I am using the Coverage tab from DevTools. My problem is that Coverage shows only used code from the static page, if I have styles(hovers for example) or scripts that are not active on page load,…
1
vote
0 answers

How to get clearer video output during webxr session (Chrome Canary 70.0.3538.2)?

I am trying to get a clearer (near focused) video output from webxr session for recognizing text (using tesseract.js). It looks like this now. Things I have tried and failed Creating new camera session -> getusermedia during webxr session fails…
RamBa
  • 42
  • 6
1
vote
2 answers

Lighthouse on Chrome Canary incorrectly gives the error 'Content is not sized correctly for the viewport'

The lighthouse audit tool gives the following error: Content is not sized correctly for the viewport even though this never appears on the normal Chrome same issue in Version 69.0.3497.100 (Official Build) (64-bit)...
1
vote
2 answers

How to initiate Chrome Canary in headless mode through Selenium and Python

from selenium import webdriver options = webdriver.ChromeOptions() options.binary_location = 'C:\Users\mpmccurdy\Desktop\Google Chrome Canary.lnk' options.add_argument('headless') options.add_argument('window-size=1200x600') driver =…
0
votes
0 answers

WebGPU and white screen in different browsers

I installed chrome canery on my tablet to use webgpu with three.js. This also worked for some time after I activated webgpu in chrome://flags. Recently, however, I only get a white picture. So I looked for other browser. Google dev, it worked then,…
Spiri
  • 331
  • 2
  • 9
0
votes
0 answers

Is There a Library With All Versions of Google Canary? Or a Quick Way To Add All Audio and Video Codecs To Chromium?

I am using an old version of Google Canary. However, for the past two days, the browser has been flickering dark at random intervals... It looks like an eye blink... This causes the browser to shut down after some time. The main reason I use the…
Albie
  • 49
  • 5
0
votes
0 answers

How to make caption language option become available in Chrome or Chrome-Canary?

For both Chrome and Chrome Canary, the caption language option isn't available. Found this Reddit thread: https://www.reddit.com/r/chrome/comments/z3rtwt/chromes_live_captions_will_support_french_german/ I've downloaded Chrome Canary and tried…
0
votes
2 answers

Since when doesn't Chrome support `document.domain` setter?

Thank you in advance for reading my question. As far as I know, document.domain setter in Chrome is supposed to be deprecated in M109 (The related link : https://developer.chrome.com/blog/immutable-document-domain/) However, regarding links below,…
Astrid
  • 31
  • 5
0
votes
1 answer

Unable to install edge insider(Dev ,Beta ,Canary) in hololens2 emulator

I want to install Edgeinsighter(Dev,Beta,Can) in my Hololens2 Emulator. I Have downloaded Dev,Beta,Canary for hololens 2 from edgeinsighter(https://www.microsoftedgeinsider.com/en-us/download) and trying to install using HoloLens device portal…
0
votes
1 answer

Can Google Chrome Canary be reverted to previous version?

I utilize Google Chrome Canary for development work. System: OS: macOS Big Sur 11.2.3 Processor: i7 Since Canary has a nightly build, I am regularly running Update Chrome button in the browser, but not every day. Yesterday, this update caused Canary…
rdbishop
  • 16
  • 2
1
2