agea/CmisJS

typo for parameter download in getContentStream

Closed this issue · 0 comments

See

options.download = (!!download) ? 'attachment' : 'inline';

It should probably be

options.download = download;