qubyte / fetch-ponyfill

WHATWG fetch ponyfill
MIT License
235 stars 37 forks source link

Access to `RequestInit` type #258

Open karlvr opened 3 years ago

karlvr commented 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?

qubyte commented 3 years ago

It'd probably only take a small addition to index.d.ts. PR most welcome!