Missing msSaveBlob() and msSaveOrOpenBlob() support on MS Edge in Windows 10 Mobile
Issue #8153943
Steps to reproduce
Repro steps:
Go to the following website using MS Edge on Windows 10 Mobile and click on Example 1 to run the sample code:
https://msdn.microsoft.com/library/hh779016(v=vs.85).aspx
Expected:
The file should be downloaded to the Windows 10 Mobile device with the file name specified. This function works fine on MS Edge in Windows 10 desktops.
Actual:
The file does not get downloaded to the Windows 10 Mobile device. Nothing happens.
Note: As mentioned in a similar bug for Windows Phone 8.1 (https://connect.microsoft.com/IE/feedback/details/960988/calling-mssaveoropenblob-on-windows-phone-8-1-throws-notimplemented-exception), it appears that a Not Implemented exception is thrown when invoking these functions.
This can be reproed by saving the following HTML file (see SaveFile.zip) to the Windows 10 Mobile device and opening the file in MS Edge. Upon clicking the Save File button, the error will be displayed (see wp_ss_20160712_0001.png)
You need to sign in to your Microsoft account to add a comment.
Sign in