added account to capabilities

This commit is contained in:
Danny Coates
2018-09-14 13:58:19 -07:00
parent 3a162d47c5
commit 942457b357
5 changed files with 14 additions and 9 deletions

View File

@@ -64,6 +64,7 @@ export default async function capabilities() {
const polyStreams = nativeStreams ? false : polyfillStreams();
return {
account: typeof localStorage !== 'undefined',
crypto,
streamUpload: nativeStreams || polyStreams,
streamDownload: