IConnection
type of @nestia/fetcher
be changed like below.
From now on, you can fill option properties of fetch()
function by configuring IConnection.IOptions
type.
Thank @SeungjunWe for good idea and contribution.
nestia/packages/fetcher/src/IConnection.ts
Lines 68 to 136 in 87789c4
What's Changed
- Add credentials to fetcher IConnection #411 by @SeungjunWe in #412
- Complement #411 -
IConnection.options
by @samchon in #413 - Upgrade typia version by @samchon in #414
New Contributors
- @SeungjunWe made their first contribution in #412
Full Changelog: v1.3.9...v1.4.0