Cancelled requests for vomnibar.html in Developer Tools
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 27k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
For every URL visit in Chrome, I see a red (cancelled) request to vomnibar.html, listed in the Chrome Developer Tools, in the Network tab.
Url: chrome-extension://dbepggeogbaibhgnhhndojpepiihcmeb/pages/vomnibar.html
Method: GET
Status: (Cancelled)
Initiatior: ui_component.js:46
Size: 0B
Time: 106 ms
It would be nice to eliminate this noise from the dev tools, esp. in those cases when I don't use vomnibar at all.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the cancelled request in Chrome Developer Tools and inspect the request initiated at ui_component.js:46. Trace how vomnibar.html is requested and determine what change would prevent the unwanted Network entry; done means visits no longer produce the cancelled request, including when vomnibar is unused.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100