mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 17:26:47 +00:00
Since IE doesn't work well with `.click()` (because of access denied) we can take advantage of the `navigator.msSaveOrOpenBlob`. https://stackoverflow.com/questions/46232980/click-giving-access-denied-in-ie11/46233123#46233123 Signed-off-by: Ken Fukuyama <kenfdev@gmail.com>