mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-22 00:35:12 +02:00
Experimental video player
This commit is contained in:
@@ -35,7 +35,7 @@ export function request<T, A>(fetcher: (arg: A) => Promise<T>, args: A | undefin
|
||||
|
||||
fetcher(arg)
|
||||
.then((d) => {
|
||||
console.log('got data', d);
|
||||
console.log('request data', d);
|
||||
data.set(d);
|
||||
})
|
||||
.catch((e) => error.set(e))
|
||||
|
||||
Reference in New Issue
Block a user