Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Feature request: Reach out Chrome team #839

@tinovyatkin

Description

@tinovyatkin

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions