invalidate-known-feeds-on-user-interactions #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "invalidate-known-feeds-on-user-interactions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
since we're using sveltekit's client-side
loadfunction API to grab the list of known feeds from the indexedDB, we can use sveltekit'sinvalidate()function to programmatically trigger that load whenever we need to. In occurrence, whenever a feed is created, edited, or removed.closed by
4b3ddd866ePull request closed