Skip to content

Allow Promise-based RequestInit function

Compare
Choose a tag to compare
@cbrianball cbrianball released this 11 Aug 17:22
· 41 commits to main since this release

Allows for async Promise-based method for initializing the RequestInit of each fetch call. This will allow, among other things, for the ability to get auth tokens to attach to the request.