microsoft / TypeScript-DOM-lib-generator

Tool for generating dom related TypeScript and JavaScript library files
Apache License 2.0
616 stars 417 forks source link

fetch type "GET" or "HEAD" with a body should be a type error #1678

Open kentcdodds opened 8 months ago

kentcdodds commented 8 months ago

You cannot make a GET or HEAD fetch request with a body. I would like this to result in a type error.