Switched to new RxJS API

This commit is contained in:
squidfunk
2021-11-13 12:05:24 +01:00
parent 9ef21503ca
commit 76035dee40
58 changed files with 265 additions and 220 deletions

View File

@@ -20,13 +20,14 @@
* IN THE SOFTWARE.
*/
import { Observable, fromEvent } from "rxjs"
import {
Observable,
filter,
fromEvent,
map,
shareReplay,
startWith
} from "rxjs/operators"
} from "rxjs"
import { getElement } from "~/browser"
import { h } from "~/utilities"