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.
@@ -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
  },