Open karlvr opened 3 years ago
I am hoping to have access to the RequestInit type when using a cross-environment fetch solution like this or https://www.npmjs.com/package/portable-fetch. Is that something that has ever been considered? Am I missing something?
RequestInit
fetch
It'd probably only take a small addition to index.d.ts. PR most welcome!
index.d.ts
I am hoping to have access to the
RequestInit
type when using a cross-environmentfetch
solution like this or https://www.npmjs.com/package/portable-fetch. Is that something that has ever been considered? Am I missing something?