It seems that the latest update to Chrome (65) has lead to the window.saveAs() to fail in Chrome Extensions or Packaged Apps . The error helpfully suggest `try target="_blank".` Do you know if we can pass a `target` to saveAs ?
It seems that the latest update to Chrome (65) has lead to the window.saveAs() to fail in Chrome Extensions or Packaged Apps .
The error helpfully suggest
try target="_blank".Do you know if we can pass a
targetto saveAs ?