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
Notice that this also makes this package unusuable for consumer which don't have DOM as lib, or augmented global namespace with fetch-related things. Therefore, this issue should be done for next major release.
The following properties should be added to
HTTPEndpointCallerOptions
:resourceInit?: (args: FetchCustomizationParameters) => URL | Request
requestInit?: RequestInitCustomization | ((args: FetchCustomizationParametrs<URL | Request>) => RequestInitCustomization)
The text was updated successfully, but these errors were encountered: