Re: [whatwg/xhr] Allow developers to opt-out of sync XHR with feature policy (#178)

 RByers commented Jan 16, 2018
 Other modern platforms like Android prohibit all synchronous network operations on the UI thread. Timeouts are hard to reason about (could mean your site works fine in testing, but not in deployment in countries with slower internet). 
Reply:
May I suggest an alternative solution: do not use syncXHR if you don't know how to use it. Or any other technique that you're not familiar with.  But do not mess with the tools of people who do. You want to deny me a tool because some people do not know how to use it. I do not appreciate that. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/xhr/issues/178#issuecomment-359039993

Received on Friday, 19 January 2018 17:49:10 UTC