nuxeo-development-framework 1.6.1 → 1.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/nuxeo-development-framework.umd.js +1 -0
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/pdf-tron/pdftron/pdftron.component.js +2 -1
- package/fesm2015/nuxeo-development-framework.js +1 -0
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/package.json +1 -1
|
@@ -19661,6 +19661,7 @@
|
|
|
19661
19661
|
if (this.fileURL && this.fileURL.length) {
|
|
19662
19662
|
this.webViewerInstance.loadDocument(this.fileURL, {
|
|
19663
19663
|
filename: this.fileTitle,
|
|
19664
|
+
xodstreaming: true,
|
|
19664
19665
|
customHeaders: {
|
|
19665
19666
|
Authorization: this.authHeader,
|
|
19666
19667
|
},
|