question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request: Reach out Chrome team

See original GitHub issue

Google Chrome includes Copy as Node.js fetch context menu item at Network requests: Screenshot 2020-05-25 at 18 14 04

however, it creates invalid code by including unsupported options:

fetch("https://github.com/orgs/node-fetch/hovercard", {
  "headers": {
    "accept": "*/*",
    "accept-language": "en-US,en;q=0.9,ru-RU;q=0.8,ru;q=0.7",
    "sec-fetch-dest": "empty",
    "sec-fetch-mode": "cors",
    "sec-fetch-site": "same-origin",
  },
  "referrer": "https://github.com/node-fetch/node-fetch/issues",
  "referrerPolicy": "no-referrer-when-downgrade",
  "body": null,
  "method": "GET",
  "mode": "cors"
});

Can somebody reach Chromium/Google developers?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:4
  • Comments:14 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
xxczakicommented, May 25, 2020

Wow, I did not know about this feature. I will try and contact some Chrome developers on Twitter tomorrow.

0reactions
jimmywartingcommented, Oct 26, 2021

nah, can close this

Read more comments on GitHub >

github_iconTop Results From Across the Web

Feature suggestion - Google Chrome Community
Hello, I would like to suggest a feature request to be implemented on the IOS google chrome app (IPhone & IPad).
Read more >
ReachOut - Chrome Web Store
View translations easily as you browse the web. By the Google Translate team. Google Translate.
Read more >
How do I submit a feature request? - CZ ID Help Center
On this page, you can see what other users are requesting, upvote or comment on features that you care about, and post your...
Read more >
Trello vs. Savio: track feature requests with this Trello alternative
Savio centralizes feature requests from any place your team receives them. ... You also can't easily reach out to customers to validate problem...
Read more >
Feature Request: Sources groups and breakpoint groups
to Google Chrome Developer Tools, Peter Müller, Benedikt Meurer. Hi Ray,. Thanks for reaching out! I would consider you a power user of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found