-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
Google Chrome includes Copy as Node.js fetch
context menu item at Network requests:
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?
xxczaki, NotMoni, digibake and Gesugao-san
Metadata
Metadata
Assignees
Labels
No labels