mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 19:33:24 +00:00
added account to capabilities
This commit is contained in:
@@ -64,6 +64,7 @@ export default async function capabilities() {
|
||||
const polyStreams = nativeStreams ? false : polyfillStreams();
|
||||
|
||||
return {
|
||||
account: typeof localStorage !== 'undefined',
|
||||
crypto,
|
||||
streamUpload: nativeStreams || polyStreams,
|
||||
streamDownload:
|
||||
|
||||
Reference in New Issue
Block a user