Vijay Mohan
Results
2
comments of
Vijay Mohan
I see this too - but ~30 second delay for some calls. Definitely all method calls are affected for sure - I had to write a script to call all...
For those wanting to export to excel: To get this to open in xls by default, change: text/plain to text/csv `var blob = new Blob([strData], { type: "text/csv;charset=utf-8" });` Agreed,...