20 chrome
- Make it working with the navigator chrome
- The main modifications concern the file download. It is now performed via the
URI
scheme instead ofIFRAME
. - This introduces non backward compatibility since the signature of the method
App.buildURI
,App.save
andApp.saveAs
have changed. In addition,pdf
andpng
files has to be encoded asbase64
string on the server side. - There are new properties
App.extToURI
,WithUrlSelector.defaultURI
andpGridExport.fileroot
. - The current implementation is working for firefox and chrome.
- Close #20 (closed)