Added observable for web worker communication

This commit is contained in:
squidfunk
2019-12-17 15:59:13 +01:00
parent 862982a69d
commit 4e4e086af7
13 changed files with 208 additions and 61 deletions

View File

@@ -29,6 +29,7 @@
*/
export interface Config {
base: string /* Base URL */
search: string /* Web worker URL */
}
/* ----------------------------------------------------------------------------