Improve feed loader, wait for db before executing reads/updates, make taskQueue subscribable, add race, rename auth methods, fix failed wasm verify, fix localhost urls

This commit is contained in:
Jon Staab
2025-04-09 15:39:07 -07:00
parent 1bcc57d695
commit 859f7fa68f
14 changed files with 155 additions and 32 deletions
+1 -1
View File
@@ -132,5 +132,5 @@ export type FeedOptions = {
onEvent?: (event: TrustedEvent) => void
onExhausted?: () => void
useWindowing?: boolean
abortController?: AbortController
signal?: AbortSignal
}