JSL to suppress "Download Data Completed" notification on HTTP Request
I am using `New HTTP Request` to paginate through a RESTful API. I expect many pages and have a fairly small page size limit, so I've written code to load the pages in chunks. My issue is that this loop requires occasional user interaction due to a pop-up reading "Download data completed.": This doesn't always happen, and I haven't been able to divine why it only sometimes occurs. Even with a con...
