Move parseBunkerUrl to static method, add getBunkerUrl

This commit is contained in:
Jon Staab
2025-01-22 09:46:48 -08:00
parent d636abb0a6
commit 2353cce832
3 changed files with 47 additions and 19 deletions
+1
View File
@@ -132,4 +132,5 @@ export type FeedOptions = {
onEvent?: (event: TrustedEvent) => void
onExhausted?: () => void
useWindowing?: boolean
abortController?: AbortController
}