jspm / generator

JSPM Import Map Generator
Apache License 2.0
160 stars 20 forks source link

feat: add fetchOptions to provide custom fetch behaivor control #315

Closed Bisstocuz closed 11 months ago

Bisstocuz commented 11 months ago

ref: #313

CLAassistant commented 11 months ago

CLA assistant check
All committers have signed the CLA.

guybedford commented 11 months ago

Also, do you think we should also change the default timeout here along with this?

Bisstocuz commented 11 months ago

This looks good to me! Can you please sign the CLA? Then we can get it merged and released.

Signed

Bisstocuz commented 11 months ago

Also, do you think we should also change the default timeout here along with this?

For most popular package I think it's enough for 4 seconds. But for some extreme cases I think it should be 10 seconds and retry max 1 times.

guybedford commented 11 months ago

Maybe let's add that then?