Currently, if you use something like `fetch(url, {method: "foo"})` there is no type error, despite "foo" not being a proper Http verb.
Currently, if you use something like
fetch(url, {method: "foo"})there is no type error, despite "foo" not being a proper Http verb.