- From: I-Maps <notifications@github.com>
- Date: Mon, 29 May 2017 15:10:01 -0700
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 29 May 2017 22:10:33 UTC
I don't know about that either. I've never seen anything like that.
There is a timing issue with the code and the related objects on the page also, so it's complicated
Anyway, thanks for the suggestion.
----------------------------------------
From: "Nicolas HENRY" <notifications@github.com>
Sent: Monday, May 29, 2017 4:42 PM
To: "whatwg/xhr" <xhr@noreply.github.com>
Cc: "I-Maps" <phillips@i-maps.com>, "Mention" <mention@noreply.github.com>
Subject: Re: [whatwg/xhr] Abandon hope of removing sync XHR from the web platform? (#20)
@I-Maps
<script language="JavaScript">$.ajax({type:"GET",url:"code.asp",dataType:"script",as ync:false})</script>
Why not doing this instead ? : (I don't know how to get a timestamp with ASP)
<script src="code.asp?_=<%= timestamp() %>"></script>
>From what I understand, it should do the same thing.
-
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
--
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/20#issuecomment-304737166
Received on Monday, 29 May 2017 22:10:33 UTC