No announcements
Found 2011646 threads
-
2 Votes
SharePoint 2013 REST api XHR vs jQuery
The web worker cannot access jQuery loaded in the DOM w/o a LOT of extra work.Answered | 3 Replies | 5347 Views | Created by Jordan Georgiev - Saturday, November 26, 2016 8:34 AM | Last reply by frankcole - Friday, July 12, 2019 8:05 AM -
0 Votes
XHR Response Cookies
Also, is there any way it can be extracted from the XHR call without being inside an iframe?Answered | 5 Replies | 3720 Views | Created by Yasser Makram_ - Friday, April 27, 2012 1:53 PM | Last reply by win8_rookie - Wednesday, November 7, 2012 4:07 AM -
0 Votes
XHR and localhost
Hi Mika56, the xhr's localhost access is blocked for security protection consideration.Answered | 8 Replies | 3643 Views | Created by Mika56 - Friday, October 19, 2012 7:24 PM | Last reply by Jeff Sanders - Wednesday, October 24, 2012 1:15 PM -
0 Votes
Promise XHR not work.
Hi nhattuanbl, I read your code again and found there is a loop and you do the async action in the loop, which will definitely cause some problem, I would suggest you to go through ...Answered | 3 Replies | 1201 Views | Created by nhattuanbl - Saturday, December 20, 2014 11:21 AM | Last reply by Jamles Hez - Tuesday, December 23, 2014 9:55 AM -
0 Votes
javascript xhr proxy
no, Socialite Application is not working i started it and it is showing that it is connecting , then the error comes saying: in order to proceed you must login ...Answered | 7 Replies | 9589 Views | Created by dassio - Friday, September 23, 2011 12:23 AM | Last reply by Jeff Sanders - Thursday, October 6, 2011 2:10 PM -
0 Votes
how to retrive downloaded files using winjs xhr
thanks james its working nowAnswered | 6 Replies | 1651 Views | Created by Suganthi Balaji - Monday, December 2, 2013 12:40 PM | Last reply by Jamles Hez - Wednesday, December 4, 2013 2:40 AM -
0 Votes
Using this. in Promise callbacks
In promise returned by the xhr call I'd like to access some member variables of my class.Answered | 2 Replies | 3229 Views | Created by rcancro - Wednesday, November 9, 2011 12:35 AM | Last reply by rcancro - Wednesday, November 9, 2011 8:54 PM -
0 Votes
IndexedDB and Promises
In your case you would work on the old version and would recieve onversionchange events on the IDatabase object.Answered | 5 Replies | 5877 Views | Created by phil_ke - Friday, February 17, 2012 6:39 PM | Last reply by kristofdegrave - Wednesday, March 21, 2012 7:00 AM -
0 Votes
Handling errors in nested Promises
Hi Patrick, If you do not handle an error in a promise it gets swallowed so yes, you should handle any error in your code path inside that promise or, you can ...Answered | 1 Replies | 3331 Views | Created by Patrick Klug - Friday, March 23, 2012 4:31 AM | Last reply by Jeff Sanders - Friday, March 23, 2012 2:01 PM -
0 Votes
Whats the difference between promise().done() and promise()
See the documentation for a description: http://msdn.microsoft.com/en-us/library/windows/apps/xaml/br211867.aspx and then the section in there about done and ...Answered | 1 Replies | 685 Views | Created by pkursawe - Tuesday, August 12, 2014 8:51 AM | Last reply by Jeff Sanders - Wednesday, August 13, 2014 1:36 PM -
2 Votes
Issue with Promises
Does SampleMethod return a Promise, or does it return a value?Answered | 5 Replies | 2556 Views | Created by saurabh_vartak - Friday, September 14, 2012 5:13 AM | Last reply by saurabh_vartak - Tuesday, September 18, 2012 2:56 AM -
0 Votes
Create Promise with progress
Many APIs have async behavior already and would work fine inside a promise.Answered | 7 Replies | 5546 Views | Created by Corrado Cavalli [MVP] - Sunday, October 9, 2011 4:41 PM | Last reply by Jeff Sanders - Wednesday, November 2, 2011 1:38 PM -
0 Votes
Promises occuring out of order
Hi Bill, You misunderstood the promise architecture.Answered | 1 Replies | 2982 Views | Created by Bill Sempf - Friday, December 23, 2011 3:35 AM | Last reply by Jeff Sanders - Tuesday, December 27, 2011 6:38 PM -
1 Votes
WinJS xhr download file to local folder/replace existing
I believe you would interested with this documentation: How to download a file with WinJS.xhr, in the Downloading different types of content section it told how ...Answered | 5 Replies | 2270 Views | Created by hxnwx - Thursday, February 5, 2015 4:49 PM | Last reply by hxnwx - Monday, March 16, 2015 8:02 PM -
0 Votes
Unhandled Promise rejection error
Unhandled Promise rejection: Zone.js has detected that ZoneAwarePromise `(window. global).Promise` has been overwritten.Answered | 2 Replies | 3477 Views | Created by Sudheer Madduru - Monday, July 29, 2019 5:51 AM | Last reply by Lee__li - Tuesday, August 6, 2019 2:23 AM -
0 Votes
Issues with xhr responses
This works in 10556.0.Answered | 9 Replies | 600 Views | Created by Williampi1983 - Tuesday, January 5, 2016 2:40 PM | Last reply by Williampi1983 - Sunday, January 24, 2016 7:11 PM -
1 Votes
Cancelling a Promise and interacting with native components
promise supports this: http://msdn.microsoft.com/en-us/library/windows/apps/br211866.aspx This sample shows using the ...Answered | 1 Replies | 2121 Views | Created by Marcus Ilgner - Thursday, March 22, 2012 4:47 PM | Last reply by Jeff Sanders - Thursday, March 22, 2012 8:27 PM -
0 Votes
How to wrap a HTML5 Worker inside a Promise?
Works like a charm now.Answered | 4 Replies | 4442 Views | Created by phil_ke - Tuesday, June 19, 2012 4:02 PM | Last reply by phil_ke - Tuesday, June 19, 2012 7:04 PM -
0 Votes
Correct return after an async promise?
You need to make getContent an async method to make this work: function getContentAsync(artist) { var bioURL = "http://www.jambase.com/Artists/" + ...Answered | 3 Replies | 2596 Views | Created by Jon Adams - Tuesday, July 3, 2012 2:35 AM | Last reply by Bryan Thomas - Tuesday, July 3, 2012 8:07 PM -
0 Votes
Access denied in IE11 and Edge when xhr target is localhost
I need to send a xhr request to localhost, the server is run on my local application by nodejs http server.Answered | 1 Replies | 810 Views | Created by AnnTseng - Wednesday, April 22, 2020 8:43 AM | Last reply by Dave Patrick - Wednesday, April 22, 2020 12:04 PM - Items 1 to 20 of 2011646 Next ›
No announcements