You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 6.x one can provide fetch via the customFetch symbol. Unfortunately, it is not exported from the index.js. I can see it exported as type in index.ts
What happened?
Since 6.x one can provide
fetch
via thecustomFetch
symbol. Unfortunately, it is not exported from theindex.js
. I can see it exported as type inindex.ts
jose/src/index.ts
Line 43 in 7ab375c
but it's not available in the js build.
side note: why is it exported as symbol and not just as a normal property like all other options?
Version
6.0.7
Runtime
Node.js
Runtime Details
v20.17.0
Code to reproduce
.
Required
The text was updated successfully, but these errors were encountered: