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
fix(docs): add tsdoc for modules/symbols, readme & bun imrovements
* readme: fix custom store example, better jsr * npm badges w/ links.
* bun: clearer createFetchMock with its own tsdoc
* createFetchCache consistency (remove old createCachingMock)
feat(store+headers): refactor, classes, use headers for key
1. fix missing headers when given (url, { headers: {} })
2. store is now a class to extend vs interface to implement, adds:
2.1. static hash()
2.2. hashFromHeaders()
2.3. idFromResponse()
3. use the above in stores