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
asyncfunctiongetRecentRepos(){if(awaitgetCache('recent')){returngetCache('recent')}// any way to unwrap the pipe?// awaitsetCache('recent',recentRepos)returnrecentRepos}
Hi,
Really enjoying the library for some personal projects. Wanted to know what you'd recommend for caching the ajax request, for example:
or unwrap/rewrap
wanted some 2cents. thanks. /cc @johnlindquist
The text was updated successfully, but these errors were encountered: