- From: Nicolas HENRY <notifications@github.com>
- Date: Mon, 29 May 2017 14:42:07 -0700
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 29 May 2017 21:42:41 UTC
@I-Maps ```html <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) ```asp <script src="code.asp?_=<%= timestamp() %>"></script> ``` >From what I understand, it should do the same thing. -- 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-304734728
Received on Monday, 29 May 2017 21:42:41 UTC