mirror of
https://github.com/timvisee/send.git
synced 2026-04-18 21:54:11 -04:00
initial state refactor
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ async function polyfillStreams() {
|
||||
}
|
||||
}
|
||||
|
||||
export default async function capabilities() {
|
||||
export default async function getCapabilities() {
|
||||
const serviceWorker = 'serviceWorker' in navigator;
|
||||
let crypto = await checkCrypto();
|
||||
const nativeStreams = checkStreams();
|
||||
|
||||
Reference in New Issue
Block a user