getHttpRpcClient onRequest
change request , should send request
#2741
Labels
needs reproduction
Misc: Needs Reproduction
onRequest
change request , should send request
#2741
Check existing issues
Viem Version
latest
Current Behavior
viem/src/utils/rpc/http.ts
Lines 103 to 105 in 15c71b6
onRequest
change request , should send requestExpected Behavior
If onRequest change request, should send request
Steps To Reproduce
Link to Minimal Reproducible Example
No response
Anything else?
viem/src/utils/rpc/http.ts
Lines 103 to 105 in 15c71b6
onRequest
change request , should send requestconst response = await fetch(url, init)
sendurl
&init
, here shouldrequest
This is MDN https://developer.mozilla.org/zh-CN/docs/Web/API/Request
The text was updated successfully, but these errors were encountered: