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
Building this on my own would lead to different URL than actually was used. And it is very usefull for debbugging to know the actual URL from production environment.
The implementation should look like...
Ideally bind this property to UndiciError class.
I have also considered...
Also, export buildUrl from core/util.js. Only two properties from util.js are exported at this moment, but buildUrl is not one of them unfortunately.
The text was updated successfully, but these errors were encountered:
This would solve...
When an error occured, it would be great to have requested URL which failed. It is just for logging and bugfixing purposes. Eg:
Building this on my own would lead to different URL than actually was used. And it is very usefull for debbugging to know the actual URL from production environment.
The implementation should look like...
Ideally bind this property to
UndiciError
class.I have also considered...
Also, export
buildUrl
fromcore/util.js
. Only two properties from util.js are exported at this moment, butbuildUrl
is not one of them unfortunately.The text was updated successfully, but these errors were encountered: