Refactored header title component

This commit is contained in:
squidfunk
2020-02-17 16:25:49 +01:00
parent 7876148fbd
commit dd40bc2fcf
23 changed files with 308 additions and 126 deletions

View File

@@ -85,7 +85,7 @@ export function setupSearchWorker(
const worker = new Worker(url)
const prefix = new URL(base, location.href)
/* Create communication channels and correct relative links */
/* Create communication channels and resolve relative links */
const tx$ = new Subject<SearchMessage>()
const rx$ = watchWorker(worker, { tx$ })
.pipe(